Yea - it already created 5 PRs (the hourly limit). Let's see whether it catches the release/1.0.x branch as well.
On Tue, Jul 15, 2025 at 2:12 PM Jean-Baptiste Onofré <j...@nanthrax.net> wrote: > > Good catch! > > I merged the PR and renovate works again. > > Thanks ! > > Regards > JB > > On Tue, Jul 15, 2025 at 2:03 PM Robert Stupp <sn...@snazy.de> wrote: > > > > 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