feat: add Renovate automation for OpenShell version pin#882
Conversation
Replace Dependabot with Renovate to track the OPENSHELL_VERSION pin in the composite action. A regex custom manager matches the env var pattern and opens PRs when new NVIDIA/OpenShell tags are published. The git-submodules manager replaces Dependabot's submodule tracking. Closes fullsend-ai#773 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
fullsend review is working on this — view logs |
Site previewPreview: https://c5b1436a-site.fullsend-ai.workers.dev Commit: |
Review: #882Head SHA: fcf5312 SummaryClean, well-scoped change that adds a Renovate configuration to automate OpenShell version tracking and consolidates dependency management by removing Dependabot. The regex custom manager correctly matches the FindingsNo findings. FooterOutcome: approve
|
rh-hemartin
left a comment
There was a problem hiding this comment.
I'm not sure how e2e tests work in regard to changes in the workflows now that we have reusable ones, we need to make sure these are tested before merging.
Summary
renovate.jsonwith a regex custom manager that tracksOPENSHELL_VERSIONin the composite action and opens PRs when newNVIDIA/OpenShelltags are published (no auto-merge)git-submodulesmanager to replace Dependabot for submodule tracking.github/dependabot.yml(consolidated onto Renovate)Closes #773
Test plan
renovate.jsonpasses Renovate config validatorOPENSHELL_VERSION=v0.0.36and opens a version bump PR when a new OpenShell tag is published🤖 Generated with Claude Code