Skip to content

Commit d3b16ac

Browse files
authored
Check dependencies weekly (#1007)
Change `dependabot` schedule to weekly
1 parent 881b26e commit d3b16ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: 2
22
updates:
33
- package-ecosystem: "gomod"
4-
directory: "/" # Location of package manifests
4+
directory: "/"
55
schedule:
6-
interval: "monthly"
6+
interval: "weekly"

0 commit comments

Comments
 (0)