Skip to content

inpyjamas/renovate-config

Repository files navigation

@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"]
}