Skip to content

Commit

Permalink
chore: update Renovate config with recommended ruleset settings
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrindel committed Jul 13, 2023
1 parent d7d1a93 commit 05b431a
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"]
"extends": [
":dependencyDashboard",
":semanticPrefixFixDepsChoreOthers",
"group:monorepos",
"group:recommended",
"replacements:all",
"workarounds:all"
],
"packageRules": [
{
"matchFiles": ["MODULE.bazel"],
"enabled": false
}
]
}

0 comments on commit 05b431a

Please sign in to comment.