Skip to content

Commit 1b5358b

Browse files
committed
fix: update dependabot schedule to check for npm updates at 1 AM
1 parent 7891616 commit 1b5358b

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
@@ -4,9 +4,9 @@ updates:
44
- package-ecosystem: npm
55
# Look for `package.json` and `lock` files in the root directory
66
directory: /
7-
# Check the npm registry for updates every day (weekdays)
7+
# Check the npm registry for updates every day
88
schedule:
99
interval: cron
10-
cronjob: '0 9 * * *'
10+
cronjob: '0 1 * * *'
1111
# Limit the number of open pull requests for version updates to 10
1212
open-pull-requests-limit: 1

0 commit comments

Comments
 (0)