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!
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!
What does renovate do again?
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 versionA CI/CD tool will monitor for changes like this and redeploy.