Skip to content

Commit

Permalink
Change the interval for dependabot updates to monthly
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed Sep 4, 2024
1 parent 7c155f5 commit 5dc69d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@ updates:
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'daily'
interval: 'monthly'

# Enable version updates for npm (yarn)
- package-ecosystem: 'npm'
# Look for `package.json` and `lock` files in the `root` directory
directory: '/'
# Check the npm registry for updates every day (weekdays)
schedule:
interval: 'daily'
interval: 'monthly'

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

0 comments on commit 5dc69d2

Please sign in to comment.