Skip to content

Commit

Permalink
chore: pin @storybook/* packages
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez committed Sep 23, 2024
1 parent 6ef22b6 commit fe2a898
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
ignorePaths: ['**/node_modules/**'],
packageRules: [
{
// Bump all @storybook/* packages so that always the latest version is used
// Pin all @storybook/* packages because even minor updates can break things for us
matchPackagePatterns: ['storybook', '@storybook/*'],
groupName: 'storybook packages',
groupSlug: 'storybook',
rangeStrategy: 'bump',
rangeStrategy: 'pin',
},
{
// Pin all dependencies following https://docs.renovatebot.com/dependency-pinning/
// Pin all dependencies (for docs and examples) following https://docs.renovatebot.com/dependency-pinning/
matchFileNames: ['docs/package.json', 'examples/**/package.json'],
rangeStrategy: 'pin',
},
Expand Down

0 comments on commit fe2a898

Please sign in to comment.