Skip to content

Configure Renovate - autoclosed

Löwe, Maik (2) requested to merge renovate/configure into master

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

  • Dockerfile (dockerfile)
  • pom.xml (maven)

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
  • Update existing lock files only when package.json is modified
  • 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

🔡 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.


You have configured Renovate to use branch master as base branch.

What to Expect

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

Update dependency ca.uhn.hapi.fhir:hapi-fhir-server to v3.8.0
  • Schedule: ["at any time"]
  • Branch name: renovate/ca.uhn.hapi.fhir-hapi-fhir-server-3.x
  • Merge into: master
  • Upgrade ca.uhn.hapi.fhir:hapi-fhir-server to 3.8.0
Update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.8.1
  • Schedule: ["at any time"]
  • Branch name: renovate/org.apache.maven.plugins-maven-compiler-plugin-3.x
  • Merge into: master
  • Upgrade org.apache.maven.plugins:maven-compiler-plugin to 3.8.1
Update dependency org.ow2.asm:asm to v7.3.1
  • Schedule: ["at any time"]
  • Branch name: renovate/org.ow2.asm-asm-7.x
  • Merge into: master
  • Upgrade org.ow2.asm:asm to 7.3.1
Update dependency org.postgresql:postgresql to v42.2.14
  • Schedule: ["at any time"]
  • Branch name: renovate/org.postgresql-postgresql-42.x
  • Merge into: master
  • Upgrade org.postgresql:postgresql to 42.2.14
Update dependency org.slf4j:slf4j-api to v1.7.30
  • Schedule: ["at any time"]
  • Branch name: renovate/org.slf4j-slf4j-api-1.x
  • Merge into: master
  • Upgrade org.slf4j:slf4j-api to 1.7.30
Update dependency org.slf4j:slf4j-log4j12 to v1.7.30
  • Schedule: ["at any time"]
  • Branch name: renovate/org.slf4j-slf4j-log4j12-1.x
  • Merge into: master
  • Upgrade org.slf4j:slf4j-log4j12 to 1.7.30
Update dependency ca.uhn.hapi.fhir:hapi-fhir-base to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/ca.uhn.hapi.fhir-hapi-fhir-base-5.x
  • Merge into: master
  • Upgrade ca.uhn.hapi.fhir:hapi-fhir-base to 5.0.2
Update dependency ca.uhn.hapi.fhir:hapi-fhir-client to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/ca.uhn.hapi.fhir-hapi-fhir-client-5.x
  • Merge into: master
  • Upgrade ca.uhn.hapi.fhir:hapi-fhir-client to 5.0.2
Update dependency ca.uhn.hapi.fhir:hapi-fhir-server to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/ca.uhn.hapi.fhir-hapi-fhir-server-5.x
  • Merge into: master
  • Upgrade ca.uhn.hapi.fhir:hapi-fhir-server to 5.0.2
Update dependency ca.uhn.hapi.fhir:hapi-fhir-structures-r4 to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/ca.uhn.hapi.fhir-hapi-fhir-structures-r4-5.x
  • Merge into: master
  • Upgrade ca.uhn.hapi.fhir:hapi-fhir-structures-r4 to 5.0.2
Update dependency org.json:json to v20200518
  • Schedule: ["at any time"]
  • Branch name: renovate/org.json-json-20200518.x
  • Merge into: master
  • Upgrade org.json:json to 20200518
Update dependency org.ow2.asm:asm to v8
  • Schedule: ["at any time"]
  • Branch name: renovate/org.ow2.asm-asm-8.x
  • Merge into: master
  • Upgrade org.ow2.asm:asm to 8.0.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.


Dependency Lookup Warnings

Please correct - or verify that you can safely ignore - these lookup failures before you merge this MR.

  • Failed to look up dependency org.eclipse.m2e:lifecycle-mapping

Files affected: pom.xml


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.

Edited by Löwe, Maik (2)

Merge request reports

Loading