Change NPM version update interval (daily → weekly)

Checking daily results in a lot of closed PRs because new PRs supersede them before they are reviewed and merged.
This commit is contained in:
Parker Brown 2022-06-13 12:17:54 -07:00 committed by Cory Miller
parent 65d24b7092
commit b9ccbf0648
1 changed files with 2 additions and 2 deletions

View File

@ -4,6 +4,6 @@ updates:
- package-ecosystem: 'npm' - package-ecosystem: 'npm'
# Look for `package.json` and `lock` files in the `root` directory # Look for `package.json` and `lock` files in the `root` directory
directory: '/' directory: '/'
# Check the npm registry for updates every day (weekdays) # Check the npm registry for updates once a week (Monday)
schedule: schedule:
interval: 'daily' interval: 'weekly'