What does renovate do again?
Selfhosted
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
Creates endless pain.
Makes a PR in a repo for updated versions. I.e. you have:
image: nginx:1
And it'll make a PR for the latest version
A CI/CD tool will monitor for changes like this and redeploy.
I think that any guides you find for Gitea + Renovate should work still for Forgejo + Renovate.
I believe the process is:
- Create Forgejo instance
- Create a user for Renovate within Forgejo
- Using the CLI on your local machine (or another tool to complete this step), create an SSH public/private key for the Renovate user
- Log into Forgejo using the Renovate user and configure the previously created SSH keys and separately generate a Forgejo token
- Create a Renovate instance with settings for at least
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.) - Depending on how you want things to work, you may need to give the Renovate Forgejo user access to individual repos