Migrate to official Renovate GitHub App and remove self-hosted workflow#210
Merged
harryswift01 merged 2 commits intomainfrom Nov 24, 2025
Merged
Migrate to official Renovate GitHub App and remove self-hosted workflow#210harryswift01 merged 2 commits intomainfrom
harryswift01 merged 2 commits intomainfrom
Conversation
3 tasks
jimboid
approved these changes
Nov 24, 2025
Member
jimboid
left a comment
There was a problem hiding this comment.
This looks correct based on the documentation for "hosted by somebody else" with a github app installed on the org. Config on the org checks out ok. Please merge.
Member
|
You might be able to reduce the scope of dependabot or eliminate it entirely. |
Member
Author
Yeah this is very true, I will let this run a few times so we can see how it can handle everything but yeah this can very much repalce dependabot so we have just one dependency updater and make it easier to understand and avoid duplication. We can also confgure this very easily now with other repos on the |
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.
Summary
This PR removes the self-hosted Renovate GitHub Actions workflow and transitions the repository to use the official Renovate GitHub App instead. This simplifies maintenance, improves scalability across the
CCPBioSimorganisation, and ensures PRs are authored byrenovate[bot].Changes
Remove self-hosted Renovate GitHub Action
.github/workflows/renovate.ymlClean up Renovate-related secrets
RENOVATE_TOKENsecret as it is no longer requiredUpdate renovate.json to improve scheduling and PR clarity
before 8am on weekdays)"dependencies"label to all Renovate PRsImpact
renovate[bot]