Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into storybook-module
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez committed Aug 20, 2024
2 parents 40a7fd4 + fc5c89d commit 3e79ca3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
// Automerge all updates once they pass tests: https://docs.renovatebot.com/presets-default/#automergeall
':automergeAll',
],
// Always squash PRs: https://docs.renovatebot.com/configuration-options/#automergestrategy
automergeStrategy: 'squash',
// Pin all dependencies: https://docs.renovatebot.com/dependency-pinning/
rangeStrategy: 'pin',
packageRules: [
Expand Down Expand Up @@ -77,6 +79,18 @@
matchPackageNames: ['storybook', '@storybook/**', 'chromatic'],
groupName: 'storybook',
},
{
matchManagers: ['docker-compose', 'dockerfile'],
groupName: 'docker',
},
{
matchManagers: ['devcontainer'],
groupName: 'devcontainer',
},
{
matchManagers: ['github-actions'],
groupName: 'github-actions',
},
],
'github-actions': { enabled: true },
}

0 comments on commit 3e79ca3

Please sign in to comment.