Skip to content

Commit 114d600

Browse files
Change the interval for dependabot updates to monthly (#1545)
1 parent 7c155f5 commit 114d600

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/dependabot.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@ updates:
55
- package-ecosystem: 'github-actions'
66
directory: '/'
77
schedule:
8-
interval: 'daily'
8+
interval: 'monthly'
99

1010
# Enable version updates for npm (yarn)
1111
- package-ecosystem: 'npm'
1212
# Look for `package.json` and `lock` files in the `root` directory
1313
directory: '/'
1414
# Check the npm registry for updates every day (weekdays)
1515
schedule:
16-
interval: 'daily'
16+
interval: 'monthly'
1717

1818
# Enable version updates for npm (yarn)
1919
- package-ecosystem: 'npm'
2020
# Look for `package.json` and `lock` files in the common directory
2121
directory: '/common/'
2222
# Check the npm registry for updates every day (weekdays)
2323
schedule:
24-
interval: 'daily'
24+
interval: 'monthly'

0 commit comments

Comments
 (0)