Skip to content

Commit

Permalink
🔧 Group all non-major dependency renovations into single PR
Browse files Browse the repository at this point in the history
  • Loading branch information
vialoh committed Oct 2, 2023
1 parent 3f1f9ae commit b1fab79
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"extends": [
":separateMajorReleases",
":ignoreUnstable",
":combinePatchMinorReleases",
":prImmediately",
"group:monorepos",
"group:recommended",
Expand Down Expand Up @@ -58,6 +57,17 @@
"major": {
"automerge": false
}
},
{
"matchPackagePatterns": [
"*"
],
"matchUpdateTypes": [
"minor",
"patch"
],
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch"
}
]
}

0 comments on commit b1fab79

Please sign in to comment.