Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ss-o/renovate-config
Shareable Configuration Preset
https://github.com/ss-o/renovate-config
automation configuration preset renovate-config
Last synced: about 1 month ago
JSON representation
Shareable Configuration Preset
- Host: GitHub
- URL: https://github.com/ss-o/renovate-config
- Owner: ss-o
- License: gpl-3.0
- Created: 2022-12-19T22:50:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-04T13:23:17.000Z (about 1 year ago)
- Last Synced: 2024-10-12T02:11:25.830Z (4 months ago)
- Topics: automation, configuration, preset, renovate-config
- Homepage: https://docs.renovatebot.com
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: docs/README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shareable Configuration Presets
## [Default preset](https://github.com/ss-o/renovate-config/blob/main/default.json)
```json
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"description": "Default preset: https://github.com/ss-o/renovate-config/blob/main/default.json",
"extends": ["github>ss-o/renovate-config"]
}
```Store the configuration preset as above in one of these locations:
```verilog
renovate.json
renovate.json5
.github/renovate.json
.github/renovate.json5
.gitlab/renovate.json
.gitlab/renovate.
.renovaterc
.renovaterc.json
package.json (within a "renovate" section)
```