Skip to content

Commit

Permalink
feat: upgrade Dependabot (3)
Browse files Browse the repository at this point in the history
  • Loading branch information
lsorber authored Apr 19, 2024
1 parent 3112410 commit 8035501
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,14 @@ updates:
allow:
- dependency-type: production
- dependency-type: development
- dependency-type: indirect
versioning-strategy: increase
groups:
runtime-dependencies:
dependency-type: production
patterns:
- "*"
versioning-strategy: increase
- "*"
development-dependencies:
dependency-type: development
patterns:
- "*"
versioning-strategy: increase
transitive-dependencies:
dependency-type: indirect
patterns:
- "*"
versioning-strategy: lockfile-only

0 comments on commit 8035501

Please sign in to comment.