Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yoanm committed Mar 5, 2024
1 parent 4f033ec commit 4d28cac
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,19 @@ updates:
schedule:
interval: 'monthly'
groups:
npm-prod-patch:
npm-prod-major:
dependency-type: "production"
update-types: ["patch"]
update-types: ["major"]
npm-prod-minor:
dependency-type: "production"
update-types: ["minor"]
npm-prod-others:
dependency-type: "production"
npm-dev-patch:
npm-dev-major:
dependency-type: "development"
update-types: ["patch"]
update-types: ["major"]
npm-dev-minor:
dependency-type: "development"
update-types: ["minor"]
npm-dev-others:
dependency-type: "development"

0 comments on commit 4d28cac

Please sign in to comment.