Skip to content

Commit 144f8d2

Browse files
DeepDiver1975claudemmattel
authored
chore: add commit-message prefix for github-actions dependabot updates (#239)
* chore: add commit-message prefix for github-actions dependabot updates Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * rebase and update dependabot.yml --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> Co-authored-by: Martin Mattel <github@diemattels.at>
1 parent ad284e9 commit 144f8d2

File tree

1 file changed

+19
-11
lines changed

1 file changed

+19
-11
lines changed

.github/dependabot.yml

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
11
version: 2
22
updates:
3-
- package-ecosystem: github-actions
4-
directory: "/"
5-
schedule:
6-
interval: weekly
7-
open-pull-requests-limit: 10
8-
- package-ecosystem: npm
9-
directory: "/"
10-
schedule:
11-
interval: daily
12-
time: "22:00"
13-
open-pull-requests-limit: 10
3+
- package-ecosystem: npm
4+
directory: "/"
5+
schedule:
6+
interval: daily
7+
time: "22:00"
8+
open-pull-requests-limit: 10
9+
commit-message:
10+
prefix: "chore"
11+
include: "scope"
12+
13+
- package-ecosystem: github-actions
14+
directory: "/"
15+
schedule:
16+
interval: weekly
17+
time: "22:00"
18+
open-pull-requests-limit: 10
19+
commit-message:
20+
prefix: "chore"
21+
include: "scope"

0 commit comments

Comments
 (0)