Skip to content

Commit 6c5487d

Browse files
decofeCentaur AI
andauthored
chore: group weekly dependabot updates (#877)
## Summary - run all Dependabot ecosystems on a weekly schedule - group dependency updates with a catch-all pattern - group GitHub Actions/CI updates as `ci-weekly` ## Testing - validated `.github/dependabot.yml` parses as YAML and every update entry is weekly with a dependency group Co-authored-by: Centaur AI <ai@centaur.local>
1 parent 81df7a1 commit 6c5487d

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

.github/dependabot.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
version: 2
22
updates:
3-
- package-ecosystem: "github-actions"
4-
directory: "/"
3+
- package-ecosystem: github-actions
4+
directory: /
55
schedule:
6-
interval: "weekly"
6+
interval: weekly
7+
day: monday
8+
time: 09:00
9+
timezone: UTC
710
cooldown:
811
default-days: 7
12+
groups:
13+
ci-weekly:
14+
patterns:
15+
- '*'

0 commit comments

Comments
 (0)