Skip to content

Commit

Permalink
chore: groups security and dev deps into single dependabot prs
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferarnesen committed Oct 31, 2024
1 parent 6f158eb commit 99888e8
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
version: 2
updates:
- package-ecosystem: npm
directory: '/'
directory: /
schedule:
interval: weekly
open-pull-requests-limit: 10
target-branch: master
open-pull-requests-limit: 5
versioning-strategy: increase
groups:
security:
applies-to: security-updates
update-types:
- minor
- patch
devDependencies:
applies-to: version-updates
dependency-type: development
update-types:
- minor
- patch

0 comments on commit 99888e8

Please sign in to comment.