Skip to content

Files

Latest commit

c9b492f · Apr 28, 2024

History

History
31 lines (22 loc) · 772 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 772 Bytes

pulsate-dev/renovate-conf

Renovate configuration for Pulsate projects

Usage

Note

This repository support only Node.js v20.0.0 and higher. If you are using older version of Node.js, please update it.

mise install
  1. Setup renovate in repository
  2. Add renovate.json file to repository .github directory
{
    "extends": ["github>pulsate-dev/renovate-config"]
}

Overwriting configuration

You can override the configuration by appending it directly to the renovate.json file in the repository root directory.

See renovate docs for more information on what you can do with Renovate.

Configuration Options - Renovate Docs