Skip to content

cybozu/renovate-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@cybozu/renovate-config

npm version

A sharable Renovate config for Cybozu.

Usage

  • renovate.json
{
  "extends": ["github>cybozu/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:
      - master
      - 'renovate/**' # branches Renovate creates
  pull_request:

License

MIT License

About

A shareable Renovate config for Cybozu

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published