Skip to content

Commit 81ad8f4

Browse files
authored
Change dependabot docker update check interval to monthly
Weekly updates are excessive
1 parent 53c5502 commit 81ad8f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ updates:
44
- package-ecosystem: "docker"
55
directory: "/"
66
schedule:
7-
interval: "weekly"
7+
interval: "monthly"
88

99
- package-ecosystem: "github-actions"
1010
directory: "/.github/workflows/"

0 commit comments

Comments
 (0)