infra: add renovate#5202
Open
emdneto wants to merge 6 commits into
Open
Conversation
Signed-off-by: emdneto <9735060+emdneto@users.noreply.github.com>
Signed-off-by: emdneto <9735060+emdneto@users.noreply.github.com>
Removed duplicate 'patch' from matchUpdateTypes.
codeboten
approved these changes
May 14, 2026
Contributor
codeboten
left a comment
There was a problem hiding this comment.
renovate has been really useful for years in the Collector repos, fully support moving to it
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.
Description
This Renovate config will:
benchmark-requirements.txt|test-requirements.txtandpyproject.toml, while still scanning GitHub Actions workflow templates inside .github/workflows/templates/*.yml.j2 and .yaml.j2. + Locked files (i.e., test-requirements.{oldest,latest}.txt)I believe renovate will fit better than Dependabot because we can configure as many packageRules as we want + ignore some paths. Also, this config solves a current problem with dependabot bumps: For Github Action workflows, most of the updates can't be applied because Dependabot updates workflows that are generated through
tox -e generate-workflows, requiring a manual intervention step to update those. With this renovate config we are updating both templates+action workflows files.See emdneto#5 to understand how many PRs will be open and which files are being tracked by this renovate setup.