rusackas opened a new pull request, #43604:
URL: https://github.com/apache/superset/pull/43604
### SUMMARY
Groups Dependabot pull requests that resolve a Dependabot alert (security
updates) into one PR per package manager and directory, the same behavior as
the org-level "Grouped security updates" toggle, achieved instead through
`dependabot.yml` itself.
Each of the 7 existing `updates` blocks in `.github/dependabot.yml` gets a
`security` group:
```yaml
groups:
security:
applies-to: "security-updates"
patterns: ["*"]
```
Per GitHub's docs, a directory/ecosystem with its own explicit `groups`
config in `dependabot.yml` is governed by that config independent of the
repo/org-level toggle, so this achieves full coverage without needing repo
Settings access or an ASF INFRA ticket. Existing version-update groups (rjsf,
babel, storybook, etc.) are untouched; this only adds the security-update
grouping alongside them.
### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
N/A, config-only change to `dependabot.yml`.
### TESTING INSTRUCTIONS
- `.github/dependabot.yml` parses as valid YAML (checked with
`yaml.safe_load`).
- `pre-commit run --files .github/dependabot.yml` passes (check-yaml,
zizmor).
- Next time Dependabot opens security-update PRs for a given directory, they
should land as one grouped PR instead of one per vulnerable dependency.
### ADDITIONAL INFORMATION
- [ ] Has associated issue:
- [ ] Required feature flags:
- [ ] Changes UI
- [ ] Includes DB Migration (follow approval process in
[SIP-59](https://github.com/apache/superset/issues/13351))
- [ ] Migration is atomic, supports rollback & is backwards-compatible
- [ ] Confirm DB migration upgrade and downgrade tested
- [ ] Runtime estimates and downtime expectations provided
- [ ] Introduces new feature or API
- [ ] Removes existing feature or API
--
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]