Skip to content

Commit

Permalink
Group dependabot updates
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-anne committed Feb 8, 2024
1 parent 0773daf commit 757b6ba
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ updates:
allow:
- dependency-type: "direct"
open-pull-requests-limit: 100
target-branch: "main"
versioning-strategy: "increase"
groups:
dev-dependencies:
patterns:
- "*"

# Strategy for npm dependencies
- package-ecosystem: "npm"
Expand All @@ -25,5 +28,8 @@ updates:
allow:
- dependency-type: "development"
open-pull-requests-limit: 100
target-branch: "main"
versioning-strategy: "increase"
groups:
dev-dependencies:
patterns:
- "*"

0 comments on commit 757b6ba

Please sign in to comment.