Skip to content

Commit

Permalink
chore: groups security and dev deps into single dependabot prs (#1716)
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferarnesen authored Nov 1, 2024
1 parent dc327cc commit c7f8b3d
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 c7f8b3d

Please sign in to comment.