Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarflakstad authored Jul 4, 2024
1 parent c67f46d commit 22b13f7
Showing 1 changed file with 9 additions and 19 deletions.
28 changes: 9 additions & 19 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,17 @@
],
"packageRules": [
{
"description": "Group all patch updates together",
"matchUpdateTypes": ["patch"],
"groupName": "all patch updates"
},
{
"description": "Group all minor updates together",
"matchUpdateTypes": ["minor"],
"groupName": "all minor updates"
},
{
"description": "Group all major updates together",
"matchUpdateTypes": ["major"],
"groupName": "all major updates"
},
{
"description": "Group all pin and digest updates together",
"matchUpdateTypes": ["pin", "digest"],
"groupName": "all pin and digest updates"
"groupName": "{{manager}} non-major dependencies",
"groupSlug": "{{manager}}-minor-patch",
"matchPackagePatterns": [
"*"
],
"matchUpdateTypes": [
"minor",
"patch"
]
}
],
"schedule": ["before 5am on monday"],
"baseBranches": ["main"],
"labels": ["dependencies"],
"timezone": "Europe/Amsterdam"
Expand Down

0 comments on commit 22b13f7

Please sign in to comment.