rancher / renovate-config

3 stars 6 forks source link

Add release line specific contraints #256

Open pjbgf opened 5 months ago

pjbgf commented 5 months ago

Rancher runs separate release lines which have different demands and constraints on its dependency bumps. For example, v2.9 may be running on the latest version of Kubernetes dependencies, whilst v2.8 is 1-2 minors lower.

This issue tracks the ability of splitting our bump constraints to specific release lines, so that any other sub-project that has similar constraints can align with what is defined for the RM's instead of each creating their own.

tomleb commented 5 months ago

We're adding renovate to the frameworks repo and playing around with the configs. I also thing this would be useful, since we also have many release lines on norman/apiserver/steve, etc. All of them might support different kubernetes version, so it would be great if renovate could pick up on that. (eg: norman master can have 0.28, but norman release/v2.7 can't.