README
@noritama/renovate-config
Setup
Enable Renovate in your repo and just extends
in renovate.json
.
{
"extends": ["@noritama"]
}
Note: Don't have to do npm i -D @noritama/renovate-config
References
License
MIT
Shareable config for Renovate (renovatebot.com)
<script type="module">
import noritamaRenovateConfig from 'https://cdn.skypack.dev/@noritama/renovate-config';
</script>
Enable Renovate in your repo and just extends
in renovate.json
.
{
"extends": ["@noritama"]
}
Note: Don't have to do npm i -D @noritama/renovate-config
MIT