Skip to content

Commit 56d3d81

Browse files
Change the interval for dependabot updates to monthly (exercism#2533)
1 parent 5a6ed5d commit 56d3d81

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,7 +5,7 @@ updates:
55
- package-ecosystem: 'github-actions'
66
directory: '/'
77
schedule:
8-
interval: 'daily'
8+
interval: 'monthly'
99
labels:
1010
- 'dependencies :arrow_up_small:'
1111
- 'github_actions'
@@ -17,7 +17,7 @@ updates:
1717
directory: '/'
1818
# Check the npm registry for updates every day (weekdays)
1919
schedule:
20-
interval: 'daily'
20+
interval: 'monthly'
2121
labels:
2222
- 'dependencies :arrow_up_small:'
2323
- 'javascript'

0 commit comments

Comments
 (0)