Skip to content

Commit 088f3ef

Browse files
authored
Distinguish 1.2.x PRs more clearly
1 parent b268a48 commit 088f3ef

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ updates:
4545
# Maintabled stable branches
4646
- package-ecosystem: maven
4747
target-branch: "1.2-stable"
48+
commit-message:
49+
prefix: "1.2.x: "
4850
directory: "/"
4951
schedule:
5052
interval: monthly
@@ -64,6 +66,8 @@ updates:
6466
update-types: [ "version-update:semver-major" ]
6567
- package-ecosystem: bundler
6668
target-branch: "1.2-stable"
69+
commit-message:
70+
prefix: "1.2.x: "
6771
directories:
6872
- "/"
6973
- "/examples/*"

0 commit comments

Comments
 (0)