Skip to content

Commit 66c110b

Browse files
committed
few new parameters added to dependabot.yml
1 parent 25b39e6 commit 66c110b

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

.github/dependabot.yml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,28 @@ updates:
88
directory: "/"
99
schedule:
1010
interval: "weekly"
11+
day: "sunday"
1112
commit-message:
1213
prefix: "[chore] : "
14+
groups:
15+
actions:
16+
patterns:
17+
- "*"
1318

1419
- package-ecosystem: "gomod"
1520
directory: "/"
1621
schedule:
1722
interval: "weekly"
23+
day: "sunday"
1824
commit-message:
19-
prefix: "[chore] : "
25+
prefix: "[chore] : "
26+
groups:
27+
go:
28+
patterns:
29+
- "*"
30+
applies-to: "version-updates"
31+
go-security:
32+
patterns:
33+
- "*"
34+
applies-to: "security-updates"
35+

0 commit comments

Comments
 (0)