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:
parent
ba56fd4258
commit
7dc0c6a73b
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue