Skip to content

Commit 92620b4

Browse files
Merge pull request #247 from cpmeadors/add-branch-name
add basebranch name as suffix to the renovate PR titles
2 parents a6ec2ef + 10bd64b commit 92620b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

renovate.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"automergeStrategy": "auto",
88
"automergeType": "pr",
99
"prConcurrentLimit": 5,
10-
"commitMessagePrefix": "NO-JIRA: ",
1110
"ignoreTests": false,
1211
"rebaseLabel": "needs-rebase",
1312
"rebaseWhen": "behind-base-branch",
1413
"recreateWhen": "always",
14+
"commitMessageSuffix": "{{baseBranch}}",
1515
"tekton": {
1616
"enabled": true,
1717
"packageRules": [
@@ -23,7 +23,7 @@
2323
"digest"
2424
],
2525
"automerge": true,
26-
"addLabels": ["lgtm", "approved"]
26+
"addLabels": ["lgtm", "approved"]
2727
}
2828
]
2929
},
@@ -36,7 +36,7 @@
3636
"*.Dockerfile"
3737
],
3838
"automerge": true,
39-
"addLabels": ["lgtm", "approved"]
39+
"addLabels": ["lgtm", "approved"]
4040
}
4141
]
4242
},

0 commit comments

Comments
 (0)