Skip to content

Commit 2221945

Browse files
committed
fixup! Direct renovate to the appropriate branches
1 parent 00c9b46 commit 2221945

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

renovate.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,16 +67,16 @@
6767
"enabled": false
6868
},
6969
{
70-
"description": "Don't create PRs to main branch for patch updates",
70+
"description": "Ignore patch updates for main branch",
7171
"matchUpdateTypes": ["patch"],
7272
"matchBaseBranches": ["main"],
7373
"enabled": false
7474
},
7575
{
76-
"description": "Minor/major updates go to main branch",
76+
"description": "Ignore major/minor for release branches",
7777
"matchUpdateTypes": ["minor", "major"],
78-
"matchBaseBranches": ["main"],
79-
"automerge": true
78+
"matchBaseBranches": ["release/*"],
79+
"enabled": false
8080
},
8181
{
8282
"description": "Automerge test and infrastructure dependencies",

0 commit comments

Comments
 (0)