Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyro3400 authored Sep 14, 2024
1 parent 74eda9e commit 863965c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
{
"packageRules": [
{
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch",
"groupName": "all major dependencies",
"groupSlug": "all-major-patch",
"labels": ["dependencies"],
"addLabels": ["dependencies"],
"assigneesFromCodeOwners": true,
"matchPackagePatterns": [
"*"
],
"matchUpdateTypes": [
"minor",
"patch"
"major"
]
}
]
Expand Down

0 comments on commit 863965c

Please sign in to comment.