Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 664 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 664 Bytes

@matzkoh/renovate-config

This is a shareable configuration for Renovate, a tool that helps automate dependency updates.

Usage

To use this configuration, add the following to your renovate.json file:

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

Concepts

  • This configuration prefers using version pins for npm packages.
  • It automatically merges patch-level updates for all dependencies.
  • It automatically merges minor-level updates for dev dependencies.
  • It rebases outdated pull requests.
  • It maintains lock files on a weekly basis.

The config presets are stored in default.json.