Commit b974740
authored
fix: Update renovate config check template to use npx (#12865)
This PR updates the renovate config check workflow template to use npx
instead of global installation, avoiding issues with missing modules.
Renovate.json template is also updated to use the
google-cloud-shared-dependencies Git tag in the google-cloud-java
repository.
Until this template change is propagated to the split repositories, the
repositories with hermetic build automation reverts the change.
b/5046928831 parent 0b6a924 commit b974740
2 files changed
Lines changed: 5 additions & 6 deletions
File tree
- sdk-platform-java/hermetic_build/library_generation/owlbot/templates/java_library
- .github/workflows
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
21 | | - | |
| 22 | + | |
22 | 23 | | |
23 | | - | |
24 | | - | |
25 | | - | |
| 24 | + | |
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments