Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore: update renovate config to always bump storybook dependencies
  • Loading branch information
tobiasdiez committed Jul 7, 2024
commit 435425012b775847ac02d07c93e6de7ea9d3fb60
9 changes: 9 additions & 0 deletions renovate.json → renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@
// Use "chore" type for all commit messages
":semanticCommitTypeAll(chore)"
],
"packageRules": [
{
// Bump all @storybook/* packages so that always the latest version is used
"matchPackagePatterns": ["storybook", "@storybook/"],
"groupName": "storybook packages",
"groupSlug": "storybook",
"rangeStrategy": "bump"
}
],
"postUpdateOptions": [
// Run pnpm dedupe after pnpm-lock.yaml updates
"pnpmDedupe"
Expand Down