ci: restore Dependabot for github-actions - #12
Merged
Conversation
Reverses #8, which removed this during the 2022 GitHub malware-campaign investigation. We are using Dependabot again. Two deliberate differences from the file that was removed: weekly rather than daily, and updates grouped into a single pull request, so the repo stays quiet. Four years without it left every action pin four majors behind, including one whose upstream repo had been archived. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
sathvikkumar-octo
approved these changes
Aug 19, 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.
Why
#8 removed
.github/dependabot.ymlin August 2022, during the GitHub malware-campaign investigation. We're using Dependabot again, so this puts it back.Four years without it is what left every action pin in this repo four majors behind — including
google-github-actions/release-please-action, whose upstream repo has since been archived. #11 fixes the current drift; this stops it recurring.What changed from the file that was removed
- package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: "weekly" + groups: + github-actions: + patterns: + - "*"Weekly rather than daily, and grouped into a single PR rather than one per action. This repo has three workflows and five distinct actions; daily ungrouped updates would be a lot of noise for very little signal. Happy to switch back to daily if that's the preference.
Not included
I left the
dockerecosystem out. It would be genuinely useful here —docker-compose.ymlpinsbuildkite/plugin-testerandbuildkite/plugin-linter, and staleness in exactly those images caused the nightly breakage fixed in #10, plusplugin-linter:v1.1.0has since been deleted from Docker Hub entirely. I've left it out because I'm not certain Dependabot'sdockerecosystem picks up compose files as opposed to Dockerfiles, and I'd rather not add config that silently does nothing. Worth a follow-up if someone can confirm.🤖 Generated with Claude Code