Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Wirlie committed Nov 28, 2022
1 parent 7d1e7c4 commit 188050a
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
Expand Up @@ -3,5 +3,18 @@
"extends": [
"config:base"
],
"ignoreDeps": ["net.md-5:bungeecord", "com.github.LeonMangler:PremiumVanish", "github.jet315:antiafkpro"]
"ignoreDeps": ["net.md-5:bungeecord", "com.github.LeonMangler:PremiumVanish", "github.jet315:antiafkpro"],
"packageRules": [
{
"matchPackagePatterns": [
"*"
],
"matchUpdateTypes": [
"minor",
"patch"
],
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch"
}
]
}

0 comments on commit 188050a

Please sign in to comment.