Skip to content

Commit 407c973

Browse files
authored
Check dependencies monthly (#8)
Weekly checks are too frequent for unmaintained plugins
1 parent 9b7e1d1 commit 407c973

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
@@ -5,8 +5,8 @@ updates:
55
- package-ecosystem: maven
66
directory: /
77
schedule:
8-
interval: weekly
8+
interval: monthly
99
- package-ecosystem: github-actions
1010
directory: /
1111
schedule:
12-
interval: weekly
12+
interval: monthly

0 commit comments

Comments
 (0)