2
0
Fork 0
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:
Alex Eagle 2024-02-26 17:39:52 -08:00 committed by GitHub
parent 1747382401
commit 8906db5ced
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"]
}