Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 649 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 649 Bytes

Teamshares Renovate Configs

Teamshares has switched from Dependabot to Renovate (due to some issues with accessing private repositories, and also because renovate offers significantly more control over grouping/automerging/etc.). It is expected that teamshares repos using renovate will extend from our shared config files:

For applications (pin versions)

  {
    "extends": ["github>teamshares/renovate-config:app.json5"]
  }

For packages/libraries (maintain semver ranges)

  {
    "extends": ["github>teamshares/renovate-config:lib.json5"]
  }