File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Canonical dependabot config — synced by Scripts/sync-dependabot.sh.
2+ #
3+ # Edits to this file are propagated to every sub-repo's .github/dependabot.yml
4+ # in the three target orgs. Per-repo modifications MUST be made here; the sync
5+ # script replaces the whole file.
6+ #
7+ # The github-actions ecosystem entry is retained even for repos whose CI
8+ # delegates entirely to reusable workflows (the `uses: ...@main` refs produce
9+ # no bumpable pins). Keeping the entry uniform costs nothing and survives the
10+ # future where a repo adds an inline step with real action pins.
111version : 2
212updates :
313 - package-ecosystem : " swift"
414 directory : " /"
515 schedule :
616 interval : " monthly"
17+ day : " monday"
18+ time : " 09:00"
19+ timezone : " UTC"
20+ open-pull-requests-limit : 10
21+ groups :
22+ swift :
23+ patterns : ["*"]
24+ labels :
25+ - " dependencies"
26+ - " swift"
27+ commit-message :
28+ prefix : " chore(deps)"
729 - package-ecosystem : " github-actions"
830 directory : " /"
931 schedule :
1032 interval : " monthly"
33+ day : " monday"
34+ time : " 09:00"
35+ timezone : " UTC"
36+ open-pull-requests-limit : 10
37+ groups :
38+ actions :
39+ patterns : ["*"]
40+ labels :
41+ - " dependencies"
42+ - " github-actions"
43+ commit-message :
44+ prefix : " chore(deps)"
You can’t perform that action at this time.
0 commit comments