@inpyjamas/renovate-config

shareable renovate config


License
MIT
Install
npm install @inpyjamas/renovate-config@1.1.0

Documentation

@inpyjamas/renovate-config

sharable renovate config for all my projects.

Usage

Enable renovete-bot for your repo and add the following to renovate.json

{
  "extends": ["github>inpyjamas/renovate-config"]
}

or

{
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
  "extends": ["github>inpyjamas/renovate-config"],
  "baseBranches": ["staging"]
}