This repository was archived by the owner on Jun 19, 2026. It is now read-only.
Commit 177bf88
chore: update dependabot.yml to comply with posture checks (#555)
## Summary
- Add `day: "monday"` to `github-actions` schedule so updates land on a
predictable day
- Add grouped updates with major vs minor+patch split for
`github-actions` to separate breaking changes from safe updates
- Add missing `uv` entry for `libs/community` so Python dependencies are
tracked weekly
## Why
The previous config left Python dependencies (`libs/community`) entirely
unwatched by Dependabot, and the `github-actions` entry lacked a
schedule day and grouping — meaning updates would arrive on a random
day, one PR per action.
## Review notes
The `groups` split (major / minor+patch) is the main thing worth a close
look — it controls how Dependabot batches PRs going forward.
> 1 parent 0690369 commit 177bf88
1 file changed
Lines changed: 30 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
0 commit comments