-
Notifications
You must be signed in to change notification settings - Fork 73
ci: Update renovate config for recent changes #703
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
- Remove a group that's now in default config
- Added in: Group all GHA updates renovate-config#403
- TODO: Add rules for wrangler
.github/renovate.json
Outdated
"allowedVersions": "<1.33.0" | ||
}, | ||
{ | ||
"matchBaseBranches": ["release/v4.0"], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't we need similar rules for release/v5.0
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah - for sure. This is essentially just a draft.
I'm using this branch (local to rancher repo) to run the Renovate ad-hoc. And ideally we should see PRs changing for the new rules. So far I have not had that success.
18f6d64
to
988aea4
Compare
988aea4
to
c71393f
Compare
Still no luck. Since I need to make my primary focus the SCC integration project, I may need to pass this off to another O&B teammate. @diogoasouza if you'd like to take this on that would be great. Potentially @pjbgf can assist you with the changes we would need customized for BRO. At a high level we simply want there to be renovate rules that respect branch restrictions as follows:
(I've excluded 4.0 as it will soon be removed as EoL anyway. So we can simply manage that branch by hand since most the renovate changes that it gets are too extreme of changes.) |
This is somehow linked to the idea to provide better mappings of Rancher Manager versions and specific dependency constraints. @diogoasouza I'm hoping to take a look at this in a |