Skip to content

entur/ror-renovate-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

ror-renovate-config

Common renovate bot config for RoR projects.

Default base branch is master, override if necessary.

Use by extending in your local renovate.json:

{
  "extends": [
    "github>entur/ror-renovate-config",
  ]
}

Group non-major upgrades

An additional preset is available which will group non-major upgrades in a weekly pull request:

{
  "extends": [
    "github>entur/ror-renovate-config",
    "github>entur/ror-renovate-config:groupNonMajorWeekly"
  ]
}

Exceptions

  • Disabled updates for nexus-staging-maven-plugin due to NEXUS-26993

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published