Skip to content

Commit

Permalink
Make Renovate less noisy (#3276)
Browse files Browse the repository at this point in the history
  • Loading branch information
louwers authored Mar 4, 2025
1 parent 73e939e commit 422ee45
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
{
"enabledManagers": ["gradle-wrapper", "bazel", "bazel-module", "bazelisk"]
"enabledManagers": ["gradle-wrapper", "bazel", "bazel-module", "bazelisk"],
"packageRules": [
{
"matchManagers": ["bazel", "bazel-module"],
"groupName": "bazel"
}
],
"schedule": "* * 1,15 * *"
}

0 comments on commit 422ee45

Please sign in to comment.