Skip to content

Commit a7e96ed

Browse files
committed
chore: sync canonical dependabot.yml
1 parent 8d08f9a commit a7e96ed

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,44 @@
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.
111
version: 2
212
updates:
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)"

0 commit comments

Comments
 (0)