https://github.com/buildtool/renovate-config
Shared config for renovate bot
https://github.com/buildtool/renovate-config
Last synced: 5 months ago
JSON representation
Shared config for renovate bot
- Host: GitHub
- URL: https://github.com/buildtool/renovate-config
- Owner: buildtool
- Created: 2025-05-27T08:52:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-11-25T05:45:32.000Z (6 months ago)
- Last Synced: 2025-11-28T14:13:26.412Z (6 months ago)
- Size: 40 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# renovate-config
Contains shareable config [presets](https://docs.github.com/en/actions/using-workflows/reusing-workflows)
and [re-usable](https://docs.github.com/en/actions/using-workflows/reusing-workflows)
Github workflow for [renovate](https://docs.github.com/en/actions/using-workflows/reusing-workflows).
The [default.json](./default.json) file contains the shared presets.
## Usage
Add a `.github/renovate.json` file with the following content:
```json
{
"extends": ["github>buildtool/renovate-config"]
}
```