@re-taro/renovate-config

1.1.1 • Public • Published

@re-taro/renovate-config

npm version

My personal renovate config.

Usage

  • renovate.json
{
  "extends": ["github>re-taro/renovate-config"]
}

Settings

See the settings in renovate.json and Configuration Options in Renovate Docs

GitHub Actions

If you have a branch protection rule for GitHub Actions, you have to run the GitHub Action on pushing branches to allow Renovate create pull requests. Otherwise, Renovate won't create pull requests due to the pending status.

on:
  push:
    branches:
      - main
      - renovate/** # branches Renovate creates
  pull_request:

License

MIT License

Readme

Keywords

Package Sidebar

Install

npm i @re-taro/renovate-config

Weekly Downloads

1

Version

1.1.1

License

MIT

Unpacked Size

7.5 kB

Total Files

7

Last publish

Collaborators

  • re-taro