Skip to content

re-taro/renovate-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Mar 1, 2025
374c7f5 · Mar 1, 2025
Feb 28, 2025
Oct 6, 2024
Oct 6, 2024
Oct 6, 2024
Oct 6, 2024
Nov 18, 2022
Nov 18, 2022
May 2, 2023
Oct 6, 2024
Feb 11, 2025
Oct 6, 2024
Nov 18, 2022
Oct 6, 2024
Oct 6, 2024
Oct 6, 2024
Oct 6, 2024
Oct 6, 2024
Mar 1, 2025
Oct 6, 2024
Mar 1, 2025
Oct 6, 2024
Oct 6, 2024
Oct 6, 2024
Oct 6, 2024

Repository files navigation

@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