https://github.com/mnao305/renovate-config
my renovate config
https://github.com/mnao305/renovate-config
Last synced: 2 months ago
JSON representation
my renovate config
- Host: GitHub
- URL: https://github.com/mnao305/renovate-config
- Owner: mnao305
- License: mit
- Created: 2021-02-25T21:40:45.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-13T19:37:01.000Z (5 months ago)
- Last Synced: 2025-01-29T15:39:01.321Z (3 months ago)
- Homepage: https://www.npmjs.com/package/@mnao305/renovate-config
- Size: 1.84 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @mnao305/renovate-config
[Shareable config](https://docs.renovatebot.com/config-presets) for [Renovate](https://www.whitesourcesoftware.com/free-developer-tools/renovate)
## Usage
Enable Renovate in your repo and just `extends` in `renovate.json`.
```json
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>mnao305/renovate-config"
]
}
```