int128 / typescript-action-renovate-config

Renovate config for https://github.com/int128/typescript-action

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

typescript-action-renovate-config validate

This repository contains a config for Renovate. It is designed for https://github.com/int128/typescript-action.

Features

  • Enable automerge of test packages (jest)
  • Enable automerge of lint packages (eslint)
  • Group dependencies
    • jest
    • eslint
  • Restrict @types/node to 16.x
  • Update using node version in action.yaml

Getting Started

Create renovate.json5 as follows:

{
  "extends": [
    "config:base",
    ":automergeMinor",
    "github>int128/typescript-action-renovate-config",
  ],
}

About

Renovate config for https://github.com/int128/typescript-action

License:Apache License 2.0