Skip to content

Commit a5ab4f4

Browse files
committed
Configure renovate
Since we are using the renovate app now, remove the global `platform` and `onboarding` settings. Use our preset rules to make sure only dependencies of test modules are updated automatically, but the root module uses the minimally required version.
1 parent e74c12b commit a5ab4f4

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/renovate.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
{
2-
"enabledManagers": [
3-
"bazel",
4-
"bazel-module"
5-
],
62
"extends": [
7-
"config:recommended"
3+
"github>tweag/renovate-presets:ruleset_base",
4+
"github>tweag/renovate-presets:mergify"
85
],
96
"ignorePaths": ["registry/**"],
10-
"gitAuthor": "Renovate Bot <[email protected]>",
11-
"onboarding": false,
12-
"platform": "github"
7+
"gitAuthor": "Renovate Bot <[email protected]>"
138
}

0 commit comments

Comments
 (0)