ci: add Dependabot config for github-actions and swift#414
Merged
Conversation
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>
nezhyborets
approved these changes
Apr 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a minimal
.github/dependabot.ymlthat opts the repo into weekly Dependabot updates for the two ecosystems it actually uses:github-actions— main supply-chain surface. Once enabled, Dependabot will start opening PRs to bump pinned action versions. (Note:.github/workflows/codeql.ymlcurrently usesgithub/codeql-action/init@mainandanalyze@main; once they're pinned to a version tag — that's the change being passed to your security team — Dependabot can keep them current.)swift— currently justswift-openapi-runtime, but worth tracking now that there's a config.Choices
ci/deps) — sort cleanly in changelogs and keep the existing convention legible.dependencies,github-actions,swift) — Dependabot auto-creates these on first PR if they don't exist.reviewers:field — branch protection already requires review, and explicit assignment would just add noise. Easy to add later.Deliberately not included
groups:for batching minor/patch updates — overkill with one Swift dep.ignore:rules — premature.Test plan
🤖 Generated with Claude Code