Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sxzz/renovate-config
Renovate Config
https://github.com/sxzz/renovate-config
Last synced: about 2 months ago
JSON representation
Renovate Config
- Host: GitHub
- URL: https://github.com/sxzz/renovate-config
- Owner: sxzz
- Created: 2023-04-03T16:30:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-07T21:26:13.000Z (4 months ago)
- Last Synced: 2024-10-14T01:46:11.642Z (2 months ago)
- Homepage:
- Size: 203 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Renovate Config
Shared Renovate Bot Config Preset
## Usage
Add the following to your `renovate.json` file:
```jsonc
{
"extends": ["github>sxzz/renovate-config"],// override any settings here
"automerge": true
}
```