Skip to content

Commit

Permalink
fix: renovate don't split multiple majors (#320)
Browse files Browse the repository at this point in the history
Don't make separate PR's for separate majors.
  • Loading branch information
stijnmoreels committed Feb 8, 2022
1 parent 7f41087 commit c0a48b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"assigneesFromCodeOwners": true,
"separateMajorMinor": true,
"separateMultipleMajor": true,
"separateMultipleMajor": false,
"masterIssue": false,
"branchPrefix":"renovate-",
"labels":["dependencies"],
Expand Down

0 comments on commit c0a48b7

Please sign in to comment.