bito-code-review[bot] commented on PR #38046:
URL: https://github.com/apache/superset/pull/38046#issuecomment-3920718624
<!-- Bito Reply -->
This PR updates the Dependabot config in .github/dependabot.yml to group
Storybook-related package updates (like @storybook/* and storybook) into one
daily PR, limiting disparate PRs. It ignores major/minor updates for Storybook
packages until React >= 18.0.0 in superset-frontend. Additionally, it bumps
@storybook/core from 8.6.15 to 8.6.17 in docs/package.json and yarn.lock.
**.github/dependabot.yml**
```
ignore:
# TODO: remove below entries until React >= 18.0.0 in superset-frontend
- dependency-name: "storybook"
update-types: ["version-update:semver-major",
"version-update:semver-minor"]
- dependency-name: "@storybook*"
update-types: ["version-update:semver-major",
"version-update:semver-minor"]
- dependency-name: "eslint-plugin-storybook"
- dependency-name: "react-error-boundary"
groups:
storybook:
applies-to: version-updates
patterns:
- "@storybook*"
- "storybook"
update-types:
- "patch"
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]