Skip to content

isoppp/renovate-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Usage

Create a file in .github/renovate.json5 , your work repository.

{
  // import this config
  "extends": [
    "github>isoppp/renovate-config"
  ],
  
  // enable specific managers(recommend)
  "enabledManagers": ["npm", "github-actions"],
}

Note

To test config:

LOG_LEVEL=debug \
RENOVATE_BASE_BRANCHES=main \
GITHUB_TOKEN=********* \
RENOVATE_CONFIG_FILE=.github/renovate.json5 \
  npx renovate \
    --token=$GITHUB_TOKEN \
    --schedule="" \
    --require-config=ignored \
    --dry-run=full username/repository-name

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published