Skip to content

Commit e28a379

Browse files
authored
Fix renovate PR labeling
1 parent 65f2460 commit e28a379

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/renovate/renovate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"description": "Highlight major version updates with special labeling and commit prefix",
2525
"matchUpdateTypes": [ "major" ],
2626
"commitMessagePrefix": "🚨", // Visual warning in commit messages
27-
"labels": [ "renovate", "major" ], // Extra label for filtering
27+
"labels": [ "renovate", "major", "{{baseBranch}}" ], // Extra label for filtering
2828
"automerge": false // Always require manual review
2929
},
3030
{
@@ -89,7 +89,7 @@
8989
"matchDatasources": [ "docker", "github-tags", "golang-version" ],
9090
"matchUpdateTypes": [ "minor" ],
9191
"commitMessagePrefix": "🚨",
92-
"labels": [ "renovate", "major" ],
92+
"labels": [ "renovate", "major", "{{baseBranch}}" ],
9393
"automerge": false,
9494
"commitMessageTopic": "golang version",
9595
"branchTopic": "go-version"

0 commit comments

Comments
 (0)