Skip to content

Commit

Permalink
Merge pull request #4942 from Shopify/fix-dependabot-config
Browse files Browse the repository at this point in the history
Fix dependabot config
  • Loading branch information
gonzaloriestra authored Nov 28, 2024
2 parents 82b872f + ba794ba commit 9f4fbc6
Showing 1 changed file with 3 additions and 19 deletions.
22 changes: 3 additions & 19 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ version: 2
updates:
- package-ecosystem: "npm"
versioning-strategy: increase
directory: "/"
directories:
- "/"
- "packages/*"
schedule:
interval: "weekly"
labels:
Expand Down Expand Up @@ -38,21 +40,3 @@ updates:
patterns:
- "nx"
- "@nx/*"
- package-ecosystem: "bundler"
versioning-strategy: increase
directory: "/"
schedule:
interval: "weekly"
labels:
- "dependencies"
open-pull-requests-limit: 100
pull-request-branch-name:
separator: "-"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]
groups:
minor_versions:
update-types:
- 'minor'
- 'patch'

0 comments on commit 9f4fbc6

Please sign in to comment.