Skip to content

Commit 37a5b55

Browse files
authored
feat: add gomod to dependabot.yml (#137)
* add gomod to dependabot.yml * change interval
1 parent 741d968 commit 37a5b55

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
version: 2
22
updates:
3+
- package-ecosystem: gomod
4+
directory: "/"
5+
schedule:
6+
interval: weekly
7+
time: '20:00'
38
- package-ecosystem: npm
49
directory: "/"
510
schedule:
6-
interval: daily
11+
interval: weekly
712
time: '20:00'
813
open-pull-requests-limit: 10
914
- package-ecosystem: bundler
1015
directory: "/"
1116
schedule:
12-
interval: daily
17+
interval: weekly
1318
time: '20:00'
1419
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)