Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

wopian/renovate-config-repro

Repository files navigation

@trutify/renovate-config

Renovate Config for Trutify

Usage

Non-JavaScript Projects

Add renovate.json with:

{
  "extends": ["local>Trutify/renovate-config"]
}

JavaScript Projects

In package.json, add:

{
  "renovate": {
    "extends": ["local>Trutify/renovate-config"]
  }
}