Skip to content

Commit

Permalink
build(deps): dependabot groups
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcabrera committed Mar 13, 2024
1 parent cf522e1 commit 20f9af9
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ updates:
schedule:
interval: weekly
day: monday
open-pull-requests-limit: 1
open-pull-requests-limit: 2
target-branch: "main"
versioning-strategy: increase
allow:
Expand All @@ -18,6 +18,20 @@ updates:
- dependency-name: "react-router*"
labels:
- "build"
groups:
dev-dependencies:
dependency-type: "development"
update-types:
- "minor"
- "patch"
dependencies-patch:
dependency-type: "production"
update-types:
- "patch"
dependencies-minor:
dependency-type: "production"
update-types:
- "minor"

- package-ecosystem: github-actions
directory: /
Expand Down

0 comments on commit 20f9af9

Please sign in to comment.