2025-09-14 09:35:35 -04:00
2025-09-11 22:43:54 -04:00
2025-09-11 22:43:54 -04:00
2025-09-14 09:35:35 -04:00
2025-09-11 22:43:54 -04:00
2025-09-14 09:35:35 -04:00
2025-09-14 09:35:35 -04:00
2020-06-17 08:31:09 +02:00
2025-09-11 22:43:54 -04:00
2020-09-15 06:30:50 +00:00

renovate

Automated dependency updates. Multi-platform and multi-language.

  • Category: Utilities
  • Status: 3
  • Image: renovate/renovate, 4, upstream
  • Healthcheck: n/a
  • Backups: n/a
  • Email: n/a
  • Tests: 2
  • SSO: n/a

Quick start

  1. First deploy swarm-cronjob
  2. Obtain an API token for your target git forge. For example, here are the docs for Gitea/Forgejo.
  3. Renovate also recommends obtaining a github.com token to fetch changelogs and to avoid rate limits. If your target git forge is github, this can technically be the same token as in step 1.
  4. abra app new renovate
  5. abra app config <app-name>
  6. Set the tokens obtained in steps 2 and 3.
  7. abra app deploy <app-name>

This recipe runs Renovate as a cronjob every hour (configurable via CRON_SCHEDULE) to check for dependency updates in a target set of git repositories. If it discovers a dependency that needs updating, it will create a pull request to update it.

You can configure how Renovate behaves with a renovate.json file in each target repo. Renovate will not run on a repo unless this file exists. By default, Renovate will attempt to "onboard" any new repo by creating a pull request to create the renovate.json file.

For more information please refer to the Renovate documentation.

Description
Automated dependency updates. Multi-platform and multi-language.
https://docs.renovatebot.com/ Readme GPL-3.0 126 KiB
Languages
Shell 100%