We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7891616 commit 1b5358bCopy full SHA for 1b5358b
.github/dependabot.yml
@@ -4,9 +4,9 @@ updates:
4
- package-ecosystem: npm
5
# Look for `package.json` and `lock` files in the root directory
6
directory: /
7
- # Check the npm registry for updates every day (weekdays)
+ # Check the npm registry for updates every day
8
schedule:
9
interval: cron
10
- cronjob: '0 9 * * *'
+ cronjob: '0 1 * * *'
11
# Limit the number of open pull requests for version updates to 10
12
open-pull-requests-limit: 1
0 commit comments