https://github.com/unstoppablemango/renovate-config
UnstoppableMango's Renovate presets
https://github.com/unstoppablemango/renovate-config
bun cicd renovate
Last synced: 5 days ago
JSON representation
UnstoppableMango's Renovate presets
- Host: GitHub
- URL: https://github.com/unstoppablemango/renovate-config
- Owner: UnstoppableMango
- License: mit
- Created: 2025-03-02T00:43:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-02T01:53:27.000Z (over 1 year ago)
- Last Synced: 2025-03-02T02:32:35.012Z (over 1 year ago)
- Topics: bun, cicd, renovate
- Language: Makefile
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UnstoppableMango's Renovate Presets
[Shareable Config Presets](https://docs.renovatebot.com/config-presets/#github-hosted-presets) for renovate stuff I copy-paste everywhere.
## Usage
To use the [default](./default.json) preset:
```json
{
"extends": ["github>UnstoppableMango/renovate-config"]
}
```
## Development
Run `renovate-config-validator` against `default.json`
```shell
make validate
```