Skip to content

Commit 5966400

Browse files
authored
actions: run dependabot monthly (#512)
Signed-off-by: flakey5 <[email protected]>
1 parent 89bbc50 commit 5966400

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
@@ -3,15 +3,15 @@ updates:
33
- package-ecosystem: github-actions
44
directory: '/'
55
schedule:
6-
interval: weekly
6+
interval: monthly
77
commit-message:
88
prefix: chore
99
open-pull-requests-limit: 10
1010
- package-ecosystem: npm
1111
directory: '/'
1212
versioning-strategy: increase
1313
schedule:
14-
interval: weekly
14+
interval: monthly
1515
commit-message:
1616
prefix: chore
1717
groups:

0 commit comments

Comments
 (0)