Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cgrindel/renovate-bot
Self-hosted Renovate instance.
https://github.com/cgrindel/renovate-bot
Last synced: 2 days ago
JSON representation
Self-hosted Renovate instance.
- Host: GitHub
- URL: https://github.com/cgrindel/renovate-bot
- Owner: cgrindel
- License: apache-2.0
- Created: 2023-07-14T22:23:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-13T18:04:23.000Z (9 months ago)
- Last Synced: 2024-04-13T18:07:01.350Z (9 months ago)
- Language: Dockerfile
- Size: 150 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Self-hosted Renovate Instance
This self-hosted Renovate instance uses a custom Docker image that includes Bazelisk and other
pre-requisites so that post-upgrade tasks can run Bazel targets.## Important Notes
- Renovate updates dependencies in this repository.
- Any pull request that is merged will trigger the [Create Release workflow].
- The [Create Release workflow] can also be triggered manually specifying which part of the semver
to increment.
- [Create Release workflow]
- Creates a release incrementing the semver. The default increment is the `patch` portion of the
semver.
- Builds and publishes a Docker image
- Image URL: `ghcr.io/cgrindel/renovate-bot`
- [View published Docker images]
- [Dockerfile to build the image]
- [Renovate workflow]
- The configuration for the Renovate instance lives in [renovate-global.json].
- The Renovate configuration for this repository lives in [renovate.json].[Create Release workflow]: /.github/workflows/create_release.yml
[Dockerfile to build the image]: /renovate_image/Dockerfile
[Renovate workflow]: /.github/workflows/renovate.yml
[View published Docker images]: https://github.com/cgrindel/renovate-bot/pkgs/container/renovate-bot
[renovate-global.json]: /.github/renovate-global.json
[renovate.json]: /.github/renovate.json
[semver]: https://semver.org/