https://github.com/typed-sigterm/renovate-config
Typed SIGTERM's Renovate Config
https://github.com/typed-sigterm/renovate-config
renovate-config
Last synced: 4 months ago
JSON representation
Typed SIGTERM's Renovate Config
- Host: GitHub
- URL: https://github.com/typed-sigterm/renovate-config
- Owner: typed-sigterm
- License: unlicense
- Created: 2024-07-24T09:10:04.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-03-01T09:44:57.000Z (4 months ago)
- Last Synced: 2025-03-01T10:30:57.048Z (4 months ago)
- Topics: renovate-config
- Homepage:
- Size: 18.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Typed SIGTERM's Renovate Config
Personal preset for [Renovate](https://mend.io/renovate). You can checkout [`default.json`](./default.json) to see the configuration.
## Usage
Create `renovate.json` in the root of your project and add the following:
```json
{
"extends": [
"github>typed-sigterm/renovate-config"
]
}
```