Skip to content
Open
Changes from all commits
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
8 changes: 8 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@
"groupSlug": "tailwindcss",
"separateMajorMinor": false
},
{
"description": "Storybook core and its framework/addon packages are versioned in lockstep and their presets import across packages; a partial bump breaks the build, so keep them in one PR",
"matchManagers": ["npm"],
"matchPackageNames": ["storybook", "@storybook/**"],
"groupName": "storybook",
"groupSlug": "storybook",
"separateMajorMinor": false
},
{
"description": "@types/node must track the pinned Node runtime major and must not expose APIs newer than the runtime we bundle",
"matchManagers": ["npm"],
Expand Down
Loading