Skip to content

Commit

Permalink
Update dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-anne committed Feb 8, 2024
1 parent 097d207 commit 4e70659
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,17 @@ updates:
versioning-strategy: "increase"
groups:
dev-dependencies:
patterns:
- "*"
dependency-type: "development"

# Strategy for npm dependencies
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "monthly"
allow:
- dependency-type: "development"
- dependency-type: "direct"
open-pull-requests-limit: 100
versioning-strategy: "increase"
groups:
dev-dependencies:
patterns:
- "*"
dependency-type: "development"

0 comments on commit 4e70659

Please sign in to comment.