Skip to content

Commit

Permalink
chore: dependabot configuration
Browse files Browse the repository at this point in the history
Group all patch and minor version updates into one pull requests.

Dependabot pull requests are normally not merged because we use our own
`pnpm update-patch/minor/major` scripts to create pull requests.
Dependabot pull requests mainly serve as a reminder. This change should
bring down the number of pull requests down significantly while still
serving as a reminder.

For major version bumps Dependabot will still open individual pull
requests.
  • Loading branch information
matijs committed Oct 12, 2024
1 parent e4b6966 commit 5a45706
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ updates:
schedule:
interval: "monthly"
groups:
storybook:
patterns:
- "storybook"
- "@storybook/*"
patch-and-minor-dependencies:
applies-to: "version-updates"
update-types:
- "patch"
- "minor"
versioning-strategy: "increase-if-necessary"
open-pull-requests-limit: 20
reviewers:
Expand Down

0 comments on commit 5a45706

Please sign in to comment.