Skip to content

Configure Renovate

Renovate requested to merge renovate/configure into develop

Welcome to Renovate! This is an onboarding MR to help you understand and configure settings before regular Merge Requests begin.

🚦 To activate Renovate, merge this Merge Request. To disable Renovate, simply close this Merge Request unmerged.


Detected Package Files

  • build.gradle (gradle)
  • settings.gradle (gradle)
  • gradle/wrapper/gradle-wrapper.properties (gradle-wrapper)

Configuration Summary

Based on the default config's presets, Renovate will:

  • Start dependency updates only once this onboarding MR is merged
  • Separate major versions of dependencies into individual branches/MRs
  • Do not separate patch and minor upgrades into separate MRs for the same dependency
  • Upgrade to unstable versions only if the existing version is unstable
  • Raise MRs immediately (after branch is created)
  • If semantic commits detected, use semantic commit type fix for dependencies and chore for all others
  • Keep existing branches updated even when not scheduled
  • Disable automerging feature - wait for humans to merge all MRs
  • Ignore node_modules, bower_components, vendor and various test/tests directories
  • Autodetect whether to pin dependencies or maintain ranges
  • Rate limit MR creation to a maximum of two per hour
  • Limit to maximum 20 open MRs at any time
  • Group known monorepo packages together
  • Use curated list of recommended non-monorepo package groupings
  • Ignore spring cloud 1.x releases
  • Ignore http4s digest-based 1.x milestones

🔡 Would you like to change the way Renovate is upgrading your dependencies? Simply edit the renovate.json in this branch with your custom config and the list of Merge Requests in the "What to Expect" section below will be updated the next time Renovate runs.


What to Expect

With your current configuration, Renovate will create 10 Merge Requests:

Update dependency biz.aQute.bnd.builder:biz.aQute.bnd.builder.gradle.plugin to v5.3.0
Update dependency com.github.spotbugs:com.github.spotbugs.gradle.plugin to v4.7.0
  • Schedule: ["at any time"]
  • Branch name: renovate/com.github.spotbugs-com.github.spotbugs.gradle.plugin-4.x
  • Merge into: develop
  • Upgrade com.github.spotbugs:com.github.spotbugs.gradle.plugin to 4.7.0
Update dependency de.bsvrz.dav:de.bsvrz.dav.daf to v3.17.1
  • Schedule: ["at any time"]
  • Branch name: renovate/de.bsvrz.dav-de.bsvrz.dav.daf-3.x
  • Merge into: develop
  • Upgrade de.bsvrz.dav:de.bsvrz.dav.daf to 3.17.1
Update dependency de.bsvrz.gradle.nerzswe:de.bsvrz.gradle.nerzswe.gradle.plugin to v0.21.0
  • Schedule: ["at any time"]
  • Branch name: renovate/de.bsvrz.gradle.nerzswe-de.bsvrz.gradle.nerzswe.gradle.plugin-0.x
  • Merge into: develop
  • Upgrade de.bsvrz.gradle.nerzswe:de.bsvrz.gradle.nerzswe.gradle.plugin to 0.21.0
Update dependency de.bsvrz.puk:de.bsvrz.puk.config to v3.17.1
  • Schedule: ["at any time"]
  • Branch name: renovate/de.bsvrz.puk-de.bsvrz.puk.config-3.x
  • Merge into: develop
  • Upgrade de.bsvrz.puk:de.bsvrz.puk.config to 3.17.1
Update dependency de.bsvrz.sys:de.bsvrz.sys.funclib.application to v3.17.1
  • Schedule: ["at any time"]
  • Branch name: renovate/de.bsvrz.sys-de.bsvrz.sys.funclib.application-3.x
  • Merge into: develop
  • Upgrade de.bsvrz.sys:de.bsvrz.sys.funclib.application to 3.17.1
Update dependency de.bsvrz.sys:de.bsvrz.sys.funclib.operatingMessage to v3.17.1
  • Schedule: ["at any time"]
  • Branch name: renovate/de.bsvrz.sys-de.bsvrz.sys.funclib.operatingmessage-3.x
  • Merge into: develop
  • Upgrade de.bsvrz.sys:de.bsvrz.sys.funclib.operatingMessage to 3.17.1
Update dependency gradle to v6.8.3
  • Schedule: ["at any time"]
  • Branch name: renovate/gradle-6.x
  • Merge into: develop
  • Upgrade gradle to 6.8.3
Update dependency org.antlr:antlr4 to v4.9.2
  • Schedule: ["at any time"]
  • Branch name: renovate/org.antlr-antlr4-4.x
  • Merge into: develop
  • Upgrade org.antlr:antlr4 to 4.9.2
Update dependency org.junit.jupiter:junit-jupiter to v5.7.1

🚸 Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or spam the project. See docs for prhourlylimit for details.


Got questions? Check out Renovate's Docs, particularly the Getting Started section. If you need any further assistance then you can also request help here.


This MR has been generated by Renovate Bot.

Merge request reports