Skip to content

Commit

Permalink
chore: Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jnoortheen authored Oct 28, 2024
1 parent 85a427d commit 085cd78
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,13 @@ updates:
# Check the npm registry for updates every week (weekdays)
schedule:
interval: "monthly"
# usually the PRs will be merged automatically for patch updates
open-pull-requests-limit: 5
groups:
production-dependencies:
dependency-type: 'production'
development-dependencies:
dependency-type: 'development'

- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'monthly'

0 comments on commit 085cd78

Please sign in to comment.