Skip to content

Commit 2f68d4b

Browse files
committed
monthly dependabot
1 parent 0b1c8c8 commit 2f68d4b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ updates:
33
- package-ecosystem: npm
44
directory: '/'
55
schedule:
6-
interval: daily
6+
interval: monthly
77
open-pull-requests-limit: 10
88
# This forces the Dependabot commit messages to conform to something
99
# our auto-merge workflow can always cope with.
@@ -16,9 +16,9 @@ updates:
1616
- package-ecosystem: 'github-actions'
1717
directory: '/'
1818
schedule:
19-
interval: 'weekly'
19+
interval: monthly
2020

2121
- package-ecosystem: 'pip'
2222
directory: '/'
2323
schedule:
24-
interval: 'weekly'
24+
interval: monthly

0 commit comments

Comments
 (0)