Skip to content

smessie/renovate-presets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Renovate Presets

This is a repository for reusable configs for the Renovate automated dependency updater bot.

JavaScript Preset

Makes sure that major updates always go via a PR, and other changes will be auto-merged if tests pass. Dependencies will be checked every morning. Updates will be grouped together.

To use this, create renovate.json in your repo with the following contents:

{
  "extends": [
    "github>smessie/renovate-presets:js"
  ]
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published