https://github.com/revenuecat/renovate
Hosts the Renovate bot responsible for updating dependencies.
https://github.com/revenuecat/renovate
Last synced: 4 months ago
JSON representation
Hosts the Renovate bot responsible for updating dependencies.
- Host: GitHub
- URL: https://github.com/revenuecat/renovate
- Owner: RevenueCat
- License: mit
- Created: 2025-06-23T12:11:46.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-08-18T08:04:25.000Z (10 months ago)
- Last Synced: 2025-08-18T10:06:34.389Z (10 months ago)
- Size: 36.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.latest.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Renovate
This repository hosts the [Renovate](https://docs.renovatebot.com/) bot responsible for updating dependencies accross our (SDK) repsitories, as well as shared configuration.
## Running Renovate
It's run on a schedule, but you can run it manually [here](https://github.com/RevenueCat/renovate/actions/workflows/renovate.yml).
## Directory
Some notable files in this repo:
- [`.github/workflows/renovate.yml`](/.github/workflows/renovate.yml): contains the GitHub Actions workflow that runs Renovate. This is where the schedule is configured.
- [`.github/renovate-bot-config.js`](/.github/renovate-bot-config.js): contains the [configuration](https://docs.renovatebot.com/self-hosted-configuration/) of the Renovate bot itself, e.g. which repositories to check.
- [`default.json`](/default.json): contains a [shareable preset](https://docs.renovatebot.com/config-presets/), to be used by the repositories enabled in the file above. Avoids repeating the same config in all repos.
- [`renovate.json`](/renovate.json): contains the Renovate configuration for this repository. It extends `default.json`, and enables `github-actions` updates. This allows Renovate to update itself.