Skip to content

Commit

Permalink
chore: tune Renovate configuration to exclude most matchers
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMrMilchmann committed Jul 12, 2024
1 parent 0cf0b05 commit 53c48d6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
extends: ["config:base"],
labels: ["a:chore", "in:dependencies"],
enabledManagers: [
"gradle",
"gradle-wrapper"
],
packageRules: [
{
description: "Update Gradle wrapper",
matchPackageNames: ["gradle"],
matchManagers: ["gradle-wrapper"],
addLabels: ["in:build"]
},
Expand Down

0 comments on commit 53c48d6

Please sign in to comment.