chore(ci): enable Dependabot security updates - #507
Merged
Conversation
Contributor
Author
|
👋 Heads-up — Code review queue is at 36 / 30 Above the WIP limit. The team convention is to review existing PRs before opening new work. Open PRs currently in Code review (oldest first):
Pull from review before opening new work. (This is a nudge from the kanban WIP check, not a block.) |
Contributor
Author
|
bugbot run |
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit 4036415. Configure here.
shujaatTracebloc
approved these changes
Jul 31, 2026
shujaatTracebloc
left a comment
Contributor
There was a problem hiding this comment.
Reviewed against the pilot (backend#577):
- Single file
.github/dependabot.yml, no code/runtime changes. - Security-updates-only shape holds: every update block sets
open-pull-requests-limit: 0(version updates off), weekly schedule, labelswork-type:tech-debt+dependencies, and groups scopedapplies-to: security-updateswith patch/minor split. - Configured ecosystems/directories match this repo's actual manifests in the tree.
- GitHub's native
.github/dependabot.ymlvalidation passes; CI + Bugbot green; no unresolved threads.
LGTM 👍
Contributor
Author
|
/fr-pass |
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.
Rolls the Dependabot pilot out to this repo. Part of standardising every repo on the same pipeline.
Why now. The pilot landed on
backend(backend#577) on 2026-07-23 with an explicit condition: roll out to the rest if the noise is acceptable after a week. Measured 2026-07-31 —backendopened 1 Dependabot PR in that window (merged),cliopened 1. That is not a noise problem.Meanwhile only 2 of 10 repos had any Dependabot config at all, so security advisories on the other eight went unattended.
design-systemcurrently carries 4 open alerts (1 critical, 3 high) that nothing was going to surface.What this is. Security updates only, identical in shape to the backend pilot:
open-pull-requests-limit: 0disables version updates; security updates have their own built-in limit and still fire when an advisory drops.work-type:tech-debt+dependencies.Ecosystems come from a scan of this repo's tree, not from assumption — see the comments in the file for what was found and where.
Deliberately not included: the auto-merge workflow.
allow_auto_mergeisfalseon this repo (it istrueonly onbackend), so shippingdependabot-auto-merge.ymlhere would be inert. Auto-merge needs two repo settings flipped first — Allow auto-merge and Allow GitHub Actions to create and approve pull requests — which is Lukas's call, per repo. Until then Dependabot PRs simply queue for a human, which is the safe default.Context: backend#1371 §5.
Note
Low Risk
CI-only Dependabot configuration with no application runtime or auth changes.
Overview
Introduces
.github/dependabot.ymlso security advisories on workflow dependencies can open PRs here, aligned with the backend pilot.Security updates only:
open-pull-requests-limit: 0turns off routine version bumps; Dependabot still opens security-update PRs (separate built-in cap). Weekly schedule ongithub-actionsat repo root.PRs get labels
work-type:tech-debtanddependencies. Security updates are grouped by patch vs minor so a single PR does not mix update types (intended to pair with patch-only auto-merge elsewhere).No auto-merge workflow is added in this PR; that depends on repo settings not enabled here.
Reviewed by Cursor Bugbot for commit 4036415. Bugbot is set up for automated code reviews on this repo. Configure here.