An open API service indexing awesome lists of open source software.

https://github.com/maremare/renovate-config

Shareable Renovate Config Presets.
https://github.com/maremare/renovate-config

renovate renovate-config

Last synced: about 2 months ago
JSON representation

Shareable Renovate Config Presets.

Awesome Lists containing this project

README

          

# renovate-config
_⚠️ This repository is intended for me._

Shareable Renovate Config Presets.

Renovate 設定の共有プリセットです。

## 使い方
共有プリセット `default.json` を使用する他のリポジトリでは `renovate.json` を以下のようにします。
```json
{
"extends": [
"github>MareMare/renovate-config"
]
}
```

## 参考
* [Shareable Config Presets \- Renovate Docs \| Renovate Docs](https://docs.renovatebot.com/config-presets/#github-hosted-presets)