rhymepurple@lemmy.mltoPython@programming.dev•Python 3.14.0a7, 3.13.3, 3.12.10, 3.11.12, 3.10.17 and 3.9.22 are now availableEnglish
10·
20 days agoIt is made by the Astral team, who made ruff and are working on a static type checker. They’re making great Python tooling and uv is no exception.
I think that any guides you find for Gitea + Renovate should work still for Forgejo + Renovate.
I believe the process is:
RENOVATE_GIT_PRIVATE_KEY
(SSH private key value),RENOVATE_TOKEN
(Forgejo token value),RENOVATE_PLATFORM
(gitea
),RENOVATE_ENDPOINT
(Forgejo API base URL), and any other Renovate settings that you may find helpful/necessary to configure (eg:GITHUB_COM_TOKEN
,RENOVATE_AUTODISCOVER
, etc.)