This repository contains a config for Renovate. It is designed for https://github.com/int128/typescript-action.
- 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 inaction.yaml
Create renovate.json5
as follows:
{
"extends": [
"config:base",
":automergeMinor",
"github>int128/typescript-action-renovate-config",
],
}