Skip to content

Commit 754b889

Browse files
Krivoblotskyclaude
andcommitted
ci: add Dependabot config for github-actions and swift
Adds weekly Dependabot updates for both ecosystems used by the repo: GitHub Actions (the main supply-chain surface — workflows currently have unpinned dependencies that should drift forward over time) and SwiftPM (currently just swift-openapi-runtime, but worth tracking). Open PR limit of 5 per ecosystem keeps things manageable, and the commit prefixes (`ci` / `deps`) sort cleanly in changelogs. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 72bd4c7 commit 754b889

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
open-pull-requests-limit: 5
8+
commit-message:
9+
prefix: "ci"
10+
labels:
11+
- "dependencies"
12+
- "github-actions"
13+
14+
- package-ecosystem: "swift"
15+
directory: "/"
16+
schedule:
17+
interval: "weekly"
18+
open-pull-requests-limit: 5
19+
commit-message:
20+
prefix: "deps"
21+
labels:
22+
- "dependencies"
23+
- "swift"

0 commit comments

Comments
 (0)