Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidsneighbour/renovate-config
Renovate configuration for @davidsneighbour's projects
https://github.com/davidsneighbour/renovate-config
maintenance renovate renovate-preset
Last synced: 3 days ago
JSON representation
Renovate configuration for @davidsneighbour's projects
- Host: GitHub
- URL: https://github.com/davidsneighbour/renovate-config
- Owner: davidsneighbour
- License: mit
- Created: 2023-06-23T11:07:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-15T08:19:31.000Z (8 days ago)
- Last Synced: 2024-12-15T09:22:49.296Z (8 days ago)
- Topics: maintenance, renovate, renovate-preset
- Language: JavaScript
- Homepage:
- Size: 871 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Citation: CITATION.cff
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# renovate-config
Renovate configuration for @davidsneighbour's projects
To use this configuration add a `renovate.json5` file to the repo root with the following contents:
```json5
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>davidsneighbour/renovate-config"
]
}
```