Skip to content

Commit 9726f51

Browse files
committed
Check monthly, not weekly
1 parent e04704f commit 9726f51

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ updates:
66
- package-ecosystem: "bundler"
77
directory: "/"
88
schedule:
9-
interval: "weekly"
9+
interval: "monthly"
1010

1111
- package-ecosystem: "github-actions"
1212
directory: "/"
1313
schedule:
14-
interval: "weekly"
14+
interval: "monthly"

0 commit comments

Comments
 (0)