Skip to content

Commit

Permalink
Update renovate.json (#572)
Browse files Browse the repository at this point in the history
Don't try to update the root MODULE.bazel, it has our user-facing minimum versions
  • Loading branch information
alexeagle authored Feb 27, 2024
1 parent 1747382 commit 8906db5
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -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"]
}

0 comments on commit 8906db5

Please sign in to comment.