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: 5 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-09-28T09:33:01.000Z (about 1 month ago)
- Last Synced: 2024-10-11T00:25:41.255Z (27 days ago)
- Topics: maintenance, renovate, renovate-preset
- Language: Shell
- Homepage:
- Size: 779 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"
]
}
```