Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nielsvanpach authored Oct 7, 2024
1 parent 4dfa973 commit 6abd049
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,22 @@

version: 2
updates:
- package-ecosystem: "npm"
- package-ecosystem: npm
directory: "/"
schedule:
interval: "weekly"
interval: monthly
day: wednesday
groups:
production-dependencies:
dependency-type: "production"
update-types:
- "minor"
- "patch"
dev-dependencies:
dependency-type: "development"
update-types:
- "minor"
- "patch"
allow:
- dependency-type: "direct"
commit-message:
prefix: "npm"
include: "scope"
- dependency-type: direct
versioning-strategy: increase-if-necessary

0 comments on commit 6abd049

Please sign in to comment.