Commit 559fae8
authored
[MAINT]: Group Dependabot security minor patch updates (#91)
## Description
Adds explicit Dependabot `security-minor-and-patch` groups for
configured ecosystems so minor and patch security updates can be grouped
separately from normal version updates. Mirrors microsoft/PyRIT#2018.
This follows up on the recent separate Dependabot security PRs #85, #87,
#88, #89, and #90. Those PRs were opened one dependency at a time
because Dependabot `groups.applies-to` defaults to `version-updates`
when omitted. GitHub's Dependabot options reference documents that
`applies-to` supports both `version-updates` and `security-updates`.
The existing `uv` `minor-and-patch` group is preserved for normal
version updates. This change adds a matching security-only minor/patch
group for `uv`, plus security-only minor/patch groups for
`github-actions` and `pre-commit`.
Major security updates are intentionally left ungrouped so higher-risk
updates remain isolated for review.
References:
- Dependabot `groups` option:
https://docs.github.com/en/code-security/reference/supply-chain-security/dependabot-options-reference#groups--
- Dependabot `applies-to` behavior:
https://docs.github.com/en/code-security/reference/supply-chain-security/dependabot-options-reference#groups--
- Dependabot security updates:
https://docs.github.com/en/code-security/dependabot/dependabot-security-updates
## Breaking changes
None.
## Checklist
- [X] `pre-commit run --all-files` passes
- [ ] Tests added or updated for changes
- [ ] Documentation updated1 parent c7014fd commit 559fae8
1 file changed
Lines changed: 17 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
14 | 19 | | |
15 | 20 | | |
16 | 21 | | |
17 | 22 | | |
18 | 23 | | |
19 | 24 | | |
20 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
21 | 32 | | |
22 | 33 | | |
23 | 34 | | |
24 | 35 | | |
25 | 36 | | |
26 | 37 | | |
27 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
0 commit comments