Skip to content

Add Renovate dependency updates#17

Merged
mariusvniekerk merged 2 commits into
mainfrom
codex/renovate-js-grouping
Jun 11, 2026
Merged

Add Renovate dependency updates#17
mariusvniekerk merged 2 commits into
mainfrom
codex/renovate-js-grouping

Conversation

@mariusvniekerk

@mariusvniekerk mariusvniekerk commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

Summary

roborev has moved dependency-update automation to Renovate, so kit should use the same mechanism for its reusable library dependencies instead of depending on a Dependabot-style workflow. This config keeps Renovate scoped to GitHub Actions, Go modules, and JavaScript package metadata.

Normal dependency updates keep the same review-friendly release-age buffer as roborev, while vulnerability alerts are allowed through immediately. Go module updates are grouped and run with gomodTidy so automated PRs leave module files consistent. JavaScript dependency updates are also grouped through Renovate’s npm manager, which covers package.json plus npm, pnpm, and Yarn lockfile maintenance when those files are present.

I checked the current kit tree and current origin/* branches; there is no JavaScript manifest or lockfile yet, so the JavaScript manager is config-only until that stack lands.

Validation

  • jq . renovate.json
  • Prior stacked checks passed before retargeting to main; checks may rerun after this base change.

mariusvniekerk and others added 2 commits June 11, 2026 10:17
Renovate is now the dependency-update path used by roborev, and kit should follow the same workflow instead of relying on Dependabot-style configuration. Keeping the managers explicit limits automated PRs to the dependency surfaces this repo actually has today: pinned GitHub Actions and Go modules.

Go dependency updates are grouped and run through gomodTidy so generated PRs are easier to review and leave module metadata consistent. Vulnerability alerts stay immediate while normal updates retain the release-age buffer from the roborev config.

Validation: jq . renovate.json

Generated with Codex
Co-authored-by: Marius van Niekerk <mariusvniekerk@users.noreply.github.com>
The base Renovate migration intentionally mirrors the current Go and GitHub Actions surfaces, but kit is expected to carry JavaScript dependency metadata separately. Enabling Renovate's npm manager in a follow-up keeps that concern reviewable on its own while allowing package.json, pnpm, npm, and Yarn lockfile updates to be handled by Renovate when those files are present.

Grouping JavaScript dependency updates keeps the generated dependency-bump PR stream aligned with the grouped Go update behavior instead of producing one PR per package by default.

Validation: jq . renovate.json

Generated with Codex
Co-authored-by: Marius van Niekerk <mariusvniekerk@users.noreply.github.com>
@roborev-ci

roborev-ci Bot commented Jun 11, 2026

Copy link
Copy Markdown

roborev: Combined Review (50865f7)

No issues found.


Panel: ci_default_security | Synthesis: codex | Members: codex_default (codex/default, done, 25s), codex_security (codex/security, done, 16s) | Total: 41s

@mariusvniekerk mariusvniekerk changed the title Group Renovate JavaScript updates Add Renovate dependency updates Jun 11, 2026
@mariusvniekerk mariusvniekerk changed the base branch from codex/renovate-config to main June 11, 2026 14:24
@mariusvniekerk mariusvniekerk merged commit f98bb8f into main Jun 11, 2026
5 checks passed
@mariusvniekerk mariusvniekerk deleted the codex/renovate-js-grouping branch June 11, 2026 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant