Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nozomiishii/renovate
🦄 Reborn Renovate
https://github.com/nozomiishii/renovate
renovate
Last synced: 25 days ago
JSON representation
🦄 Reborn Renovate
- Host: GitHub
- URL: https://github.com/nozomiishii/renovate
- Owner: nozomiishii
- License: mit
- Created: 2023-02-16T16:58:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-13T16:09:32.000Z (7 months ago)
- Last Synced: 2024-04-14T12:08:11.595Z (7 months ago)
- Topics: renovate
- Language: Shell
- Homepage:
- Size: 311 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Renovate
Nozomi's Recommended [Renovate](https://docs.renovatebot.com/) Config.
via TLC Europe on GIPHY
## Gist
```bash
npx -y @nozomiishii/renovate@latest
```## Manual
```bash
mkdir -p .github
``````bash
echo '{ "extends": ["github>nozomiishii/renovate"] }' > .github/renovate.json
```## Main
[default.json](./default.json)
## Preference
- `"$schema": "https://docs.renovatebot.com/renovate-schema.json"`
- 補完出してくれる
- `extends`
- デフォルトでついてくる`config:base`の必要部分を抽出
- `labels`
- 自動で作られるPRにラベルがつく
- `"prConcurrentLimit": 0`
- Limit系は0で設定すると無制限って意味になる
- `stabilityDays`
- 安定猶予期間を設定。ここで指定した日数が経ってからオートマージされる
- `separateMultipleMajor`
- メジャーバージョンのPRは個別に出す
- `rangeStrategy`
- バージョンの上げ方。"pin"にすると^や~がつかない固定バージョンになる