Skip to content

Commit 9055e9a

Browse files
authored
fix: force release-please when dependabot'ing
Signed-off-by: Cedric Ziel <cedric@cedric-ziel.com>
1 parent 8cf305c commit 9055e9a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,22 @@ updates:
99
interval: "weekly"
1010
assignees:
1111
- cedricziel
12+
commit-message:
13+
prefix: "fix: "
1214

1315
- package-ecosystem: "composer"
1416
directory: "/"
1517
schedule:
1618
interval: "weekly"
1719
assignees:
1820
- cedricziel
21+
commit-message:
22+
prefix: "fix: "
1923
- package-ecosystem: "composer"
2024
directory: ".github/template-cleanup"
2125
schedule:
2226
interval: "weekly"
2327
assignees:
2428
- cedricziel
29+
commit-message:
30+
prefix: "fix: "

0 commit comments

Comments
 (0)