mirror of
https://github.com/bazel-contrib/bazel-lib
synced 2024-12-03 11:52:43 +00:00
Update renovate.json (#572)
Don't try to update the root MODULE.bazel, it has our user-facing minimum versions
This commit is contained in:
parent
1747382401
commit
8906db5ced
|
@ -1,16 +1,18 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
|
||||
"extends": [
|
||||
"config:base",
|
||||
":preserveSemverRanges",
|
||||
":rebaseStalePrs",
|
||||
"schedule:weekly",
|
||||
"group:recommended",
|
||||
":dependencyDashboard",
|
||||
":semanticPrefixFixDepsChoreOthers",
|
||||
"group:monorepos",
|
||||
"group:recommended",
|
||||
"replacements:all",
|
||||
"workarounds:all"
|
||||
],
|
||||
|
||||
"labels": ["deps"],
|
||||
"dependencyDashboard": true
|
||||
"packageRules": [
|
||||
{
|
||||
"matchFiles": ["MODULE.bazel"],
|
||||
"enabled": false
|
||||
}
|
||||
],
|
||||
"labels": ["deps"]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue