diff --git a/renovate.json b/renovate.json index 58804dfc4..adca92f88 100644 --- a/renovate.json +++ b/renovate.json @@ -76,6 +76,15 @@ ], "extends": ["schedule:monthly"], "automerge": true + }, + { + "description": "Bazel Central Registry updates", + "matchManagers": [ + "bazel-module" + ], + "matchDataSources": ["bazel"], + "extends": ["schedule:weekly"], + "automerge": true } ] }