Skip to content

Commit

Permalink
Change NPM version update interval (daily → weekly)
Browse files Browse the repository at this point in the history
Checking daily results in a lot of closed PRs because new PRs supersede them before they are reviewed and merged.
  • Loading branch information
parkerbxyz authored and cory-miller committed Jun 20, 2022
1 parent 65d24b7 commit b9ccbf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ updates:
- package-ecosystem: 'npm'
# Look for `package.json` and `lock` files in the `root` directory
directory: '/'
# Check the npm registry for updates every day (weekdays)
# Check the npm registry for updates once a week (Monday)
schedule:
interval: 'daily'
interval: 'weekly'

0 comments on commit b9ccbf0

Please sign in to comment.