Skip to content

Commit 7c8aa7d

Browse files
committed
Dependabot monthly
1 parent a2abbe4 commit 7c8aa7d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ updates:
99
- package-ecosystem: "github-actions"
1010
directory: "/"
1111
schedule:
12-
interval: "daily"
12+
interval: "monthly"
1313
# Maintain dependencies for Go
1414
- package-ecosystem: "gomod" # See documentation for possible values
1515
directory: "/" # Location of package manifests
1616
schedule:
17-
interval: "daily"
17+
interval: "monthly"
18+

0 commit comments

Comments
 (0)