https://github.com/sxzz/renovate-config
Renovate Config
https://github.com/sxzz/renovate-config
Last synced: 3 months ago
JSON representation
Renovate Config
- Host: GitHub
- URL: https://github.com/sxzz/renovate-config
- Owner: sxzz
- Created: 2023-04-03T16:30:14.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-07T21:26:13.000Z (8 months ago)
- Last Synced: 2024-10-29T06:00:49.549Z (6 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
}
```