bito-code-review[bot] commented on PR #43604:
URL: https://github.com/apache/superset/pull/43604#issuecomment-5443350842
<!-- Bito Reply -->
Yes, you can add security-only entries to the remaining manifests in
`.github/dependabot.yml` to ensure they are grouped correctly. Based on the
current configuration, you should add the following block to any manifest that
is currently missing it:
```yaml
groups:
security:
applies-to: "security-updates"
patterns: ["*"]
```
This will ensure that security updates for those directories are grouped
together, preventing them from being opened as individual pull requests when
the org-level grouping toggle is off.
**.github/dependabot.yml**
```
groups:
security:
applies-to: "security-updates"
patterns: ["*"]
```
--
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]