renovatebot / renovatebot.github.io

Auto-generating docs repository for Renovate Bot
https://docs.renovatebot.com
44 stars 37 forks source link

Automatically upgrade Python version in Vercel environment script #389

Closed HonkingGoose closed 6 months ago

HonkingGoose commented 8 months ago

What would you like to be able to do?

We have a PYTHON_VERSION=3.12.1 constant in our Vercel build script, which we should keep current. Right now, we can only update this constant by hand. We should find a way to automate updating this version.

Here's the link to the bin/prepare-vercel.sh script.

Did you already have any implementation ideas?

Configure Renovate to update the version for us.

Do you want to write this feature yourself?

No

viceice commented 8 months ago

this is blocked until I automatically publish newer versions to containerbase python-prebuild. currently I build them manually, so no way to automatically update it here.

HonkingGoose commented 8 months ago

I'll assign this issue to you then @viceice, so you can fix this when ready. 😉