Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vendelieu authored Nov 30, 2023
1 parent 98c5732 commit 40d8da3
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,19 @@
"extends": [
"config:base",
":automergeMinor"
],
"automergeType": "branch",
"packageRules": [
{
"matchPackagePatterns": [
"*"
],
"matchUpdateTypes": [
"minor",
"patch"
],
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch"
}
]
}
}

0 comments on commit 40d8da3

Please sign in to comment.