ci: rework Dependabot into two-stream (security-first langs + grouped versions)#331
Merged
Conversation
…versions) Languages (gomod, pip) → SECURITY-ONLY: open-pull-requests-limit 0 disables routine version bumps, leaving only merge-first security-advisory PRs (fix(deps), priority: high). Docker + GitHub Actions → grouped minor/patch version PRs with majors opening their own PR; github-actions also tracks security advisories. Preserves the simple-container-com/actions batch group so a major bump of our own shared-actions repo stays one PR, not ~21. Signed-off-by: Dmitrii Creed <creeed22@gmail.com>
Cre-eD
requested review from
Laboratory,
smecsia and
universe-ops
as code owners
June 20, 2026 05:55
Semgrep Scan ResultsRepository:
Scanned at 2026-06-20 05:56 UTC |
Security Scan ResultsRepository:
Scanned at 2026-06-20 05:57 UTC |
smecsia
approved these changes
Jun 20, 2026
universe-ops
approved these changes
Jun 20, 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.
Reworks
.github/dependabot.ymlinto the two-stream model used by the PAY-SPACE org rollout. Two independent PR streams, per ecosystem:🔴 Languages — SECURITY-ONLY (merge-first)
gomod(/) andpip(/docs).open-pull-requests-limit: 0disables routine version bumps, so the only PRs these open are security-advisory fixes.0(security-only)fix(deps)dependencies,security,priority: high<eco>-security→applies-to: security-updates,patterns: ["*"]🐳 Docker — VERSION only
The 5 root
*.Dockerfileproduction images (caddy, cloud-helpers.aws, github-actions, github-actions-staging, kubectl). Example Dockerfiles underdocs/stay out of scope (Dependabot only scans the configured dir level).5· prefixchore(docker)· labelsdependencies,dockerdockerversion-updates,update-types: [minor, patch]→ majors open their own PR⚙️ GitHub Actions — SECURITY + VERSION
5· prefixchore(ci)· labelsdependencies,github-actionsgithub-actions-securitysecurity-updates,patterns: ["*"]github-actionsversion-updates,update-types: [minor, patch]→ third-party majors open their own PRDeviation preserved (deliberate): the existing
simple-container-com-actionsgroup is kept and ordered before the generic version group. There are 21+uses:refs to our own shared-actions repo and they all move together each release — batching all their version bumps (including majors) into one PR avoids a ~21-PR storm. Only third-party action majors open individual PRs.Schedule & layout
go.modat/,requirements.txtat/docs) →directory:, not the multi-moduledirectories:form.Labels provisioned
Created in this repo so Dependabot can apply them:
security,priority: high,docker,github-actions(dependenciesalready existed).