Skip to content

Commit 548a7a6

Browse files
committed
ci: update dependabot
Signed-off-by: Carlos Alexandro Becker <[email protected]>
1 parent b826682 commit 548a7a6

File tree

1 file changed

+22
-4
lines changed

1 file changed

+22
-4
lines changed

.github/dependabot.yml

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,32 @@ updates:
33
- package-ecosystem: "gomod"
44
directory: "/"
55
schedule:
6-
interval: "daily"
7-
time: "08:00"
6+
interval: "weekly"
7+
day: "monday"
8+
time: "05:00"
9+
timezone: "America/New_York"
810
labels:
911
- "dependencies"
12+
commit-message:
13+
prefix: "chore"
14+
include: "scope"
15+
groups:
16+
go:
17+
patterns:
18+
- "*"
1019
- package-ecosystem: "github-actions"
1120
directory: "/"
1221
schedule:
13-
interval: "daily"
14-
time: "08:00"
22+
interval: "weekly"
23+
day: "monday"
24+
time: "05:00"
25+
timezone: "America/New_York"
1526
labels:
1627
- "dependencies"
28+
commit-message:
29+
prefix: "ci"
30+
include: "scope"
31+
groups:
32+
actions:
33+
patterns:
34+
- "*"

0 commit comments

Comments
 (0)