Update renovate.json

Turn off updating of the root MODULE.bazel by using the renovate.json config from the rules-template repository.
This commit is contained in:
James Sharpe 2024-02-13 18:59:35 +00:00 committed by GitHub
parent ba56fd4258
commit 7dc0c6a73b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 14 additions and 1 deletions

View File

@ -1,4 +1,17 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"]
"extends": [
":dependencyDashboard",
":semanticPrefixFixDepsChoreOthers",
"group:monorepos",
"group:recommended",
"replacements:all",
"workarounds:all"
],
"packageRules": [
{
"matchFiles": ["MODULE.bazel"],
"enabled": false
}
]
}