Hi all, I did some investigation on what's going on with Renovate, why it's no longer working.
It seems to be broken by my PR [1] to let Renovate suggest patch version updates on 1.* release branches [1], which was done knowing that Renovate supports multiple base branches in forking-Renovate [2], but not knowing about another Renovate change [3] bringing back the forking-renovate restriction for multiple base branches. The plan is to "eliminate the regex" [4], hoping that this is enough to fix the issue (not much hope tho). If that doesn't work, fall back to "main branch only" Will continue on this one. Robert [1] https://github.com/apache/polaris/pull/1891 [2] https://github.com/renovatebot/renovate/pull/36054 [3] https://github.com/renovatebot/renovate/pull/35579 [4] https://github.com/apache/polaris/pull/2052