@stencila/renovate-config

0.4.3 • Public • Published

@stencila/renovate-config

Usage

From the project where you would like to use these settings, run

npm install @stencila/renovate-config --save-dev

Then modify your package.json to include the following:

  // …
  "renovate": {
    "extends": ["@stencila"]
  }
  // …

The default preset config has a number of settings to reduce noise,

  • weekly updates
  • devDependencies are grouped into a single PR

If you want to use one of the other presets (see the renovate-config section of this package.json) then use a semicolon and the preset name e.g.

  // …
  "renovate": {
    "extends": ["@stencila:groupAll"]
  }
  // …

References

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @stencila/renovate-config

      Weekly Downloads

      3

      Version

      0.4.3

      License

      Apache-2.0

      Unpacked Size

      16.4 kB

      Total Files

      4

      Last publish

      Collaborators

      • nokome
      • stencila-ci
      • ketch