Skip to content

Commit 6bcaf17

Browse files
authored
Update dependabot.yml (#19)
1 parent 7d2036a commit 6bcaf17

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
version: 2
22
updates:
3-
- package-ecosystem: gomod
3+
- package-ecosystem: "gomod"
4+
commit-message:
5+
prefix: "deps:"
46
directory: "/"
57
schedule:
6-
interval: daily
7-
- package-ecosystem: github-actions
8+
interval: "weekly"
9+
day: "sunday"
10+
time: "09:00"
11+
- package-ecosystem: "github-actions"
12+
commit-message:
13+
prefix: "ci:"
814
directory: "/"
915
schedule:
10-
interval: daily
16+
interval: "weekly"
17+
day: "sunday"
18+
time: "09:00"

0 commit comments

Comments
 (0)