Rhys Arkins

Results 1413 comments of Rhys Arkins

I have this saved for follow-up, just unfortunately have had little time recently

Ideally could be configured to never download python itself

Ideally rye is configurable to never download python and use the system python instead

> As long as renovate needs the distinction between prTitle and the first line of the commit message, the only option is such extra handling within the Gerrit platform. This...

The failing test is in https://github.com/renovatebot/renovate/actions/runs/15993362696/job/45111113890?pr=35180

We normally only approve drop-in replacements so need to think about the implications of this. Without this change, users would still get a deprecation warning and see the deprecation message

@viceice @secustor perhaps we could have a different type of workaround group - not included with config:recommended - which is for these type of valid replacements which aren't drop-in?

So we already have `workarounds:all`: https://github.com/renovatebot/renovate/blob/5091b14184a38d239de2619b7acd02dc0eade3da/lib/config/presets/internal/workarounds.ts#L6 Perhaps we should have: - `workarounds:drop-in` (contains all of the ones so far) - `workarounds:breaking` (the one in this PR will be the first)...

So this PR adds a workaround but not adds it to "workarounds:all"?