Are there any guides out there for this? I can’t seem to find anything. Renovates docs are good, but don’t have a lot of detail on setting up the docker image for self hosting.
Thanks!
Submitted 11 months ago by Dust0741@lemmy.world to selfhosted@lemmy.world
Are there any guides out there for this? I can’t seem to find anything. Renovates docs are good, but don’t have a lot of detail on setting up the docker image for self hosting.
Thanks!
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.)
fishynoob@infosec.pub 11 months ago
What does renovate do again?
bob@feddit.uk 11 months ago
Creates endless pain.
Dust0741@lemmy.world 11 months ago
Makes a PR in a repo for updated versions. I.e. you have:
image: nginx:1And it’ll make a PR for the latest versionA CI/CD tool will monitor for changes like this and redeploy.