Skip to content

Commit 5c10d9a

Browse files
committed
dependabot: Set update interval to weekly
Signed-off-by: Stephen Augustus <[email protected]>
1 parent e5be50c commit 5c10d9a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
version: 2
22
updates:
3-
- package-ecosystem: gomod
3+
- package-ecosystem: "gomod"
44
directory: "/"
55
schedule:
6-
interval: daily
6+
interval: "weekly"
77
open-pull-requests-limit: 10
88
- package-ecosystem: "github-actions"
99
directory: "/"
1010
schedule:
11-
interval: "daily"
11+
interval: "weekly"

0 commit comments

Comments
 (0)