Skip to content

Commit

Permalink
chore: update renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
ZauberNerd committed Sep 30, 2020
1 parent b1088a6 commit c36d9ca
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"requiredStatusChecks": null,
"semanticCommitType": "chore",
"semanticCommitScope": null,
"baseBranches": ["master", "v12.x", "v11.x"],
"baseBranches": ["master", "v13.x", "v12.x"],
"packageRules": [
{
"depTypeList": ["dependencies", "peerDependencies"],
Expand All @@ -28,9 +28,13 @@
"rangeStrategy": "bump"
},
{
"baseBranchList": ["v11.x"],
"major": { "enabled": false },
"minor": { "enabled": false }
"baseBranchList": ["v12.x"],
"major": {
"enabled": false
},
"minor": {
"enabled": false
}
}
]
}

0 comments on commit c36d9ca

Please sign in to comment.