Skip to content

Configure Renovate

Jonas Gröger requested to merge renovate/configure into main

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

  • .gitlab-ci.yml (gitlabci)
  • api/pom.xml (maven)
  • client/pom.xml (maven)
  • core/pom.xml (maven)
  • open-api/pom.xml (maven)
  • pom.xml (maven)

Configuration Summary

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

  • Start dependency updates only once this onboarding MR is merged
  • Enable Renovate Dependency Dashboard creation.
  • If Renovate detects semantic commits, it will use semantic commit type fix for dependencies and chore for all others.
  • 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 10 open MRs at any time.
  • Group known monorepo packages together.
  • Use curated list of recommended non-monorepo package groupings.
  • A collection of workarounds for known problems with packages.
  • Use the FIT-Connect sharable config preset (https://git.fitko.de/fit-connect/renovate/renovate-config)

🔡 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 11 Merge Requests:

Update dependency io.swagger:swagger-annotations to v1.6.6
Update dependency org.apache.maven.plugins:maven-jar-plugin to v3.2.2
  • Schedule: ["at any time"]
  • Branch name: renovate/org.apache.maven.plugins-maven-jar-plugin-3.x
  • Merge into: main
  • Upgrade org.apache.maven.plugins:maven-jar-plugin to 3.2.2
Update dependency org.openapitools:openapi-generator-maven-plugin to v6.0.1
Update dependency org.springframework:spring-web to v5.3.22
Update dependency ch.qos.logback:logback-classic to v1.4.0
Update dependency com.nimbusds:nimbus-jose-jwt to v9.24.3
Update dependency org.apache.tika:tika-core to v1.28.4
  • Schedule: ["at any time"]
  • Branch name: renovate/apache-tika.version
  • Merge into: main
  • Upgrade org.apache.tika:tika-core to 1.28.4
Update dependency org.codehaus.mojo:exec-maven-plugin to v3.1.0
Update dependency org.mockito:mockito-core to v4.7.0
  • Schedule: ["at any time"]
  • Branch name: renovate/mockito-monorepo
  • Merge into: main
  • Upgrade org.mockito:mockito-core to 4.7.0
Update junit5 monorepo to v5.9.0
Update dependency org.apache.tika:tika-core to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/major-apache-tika.version
  • Merge into: main
  • Upgrade org.apache.tika:tika-core to 2.4.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 de.fitko.fitconnect.sdk:sdk-java

Files affected: api/pom.xml, client/pom.xml, core/pom.xml, open-api/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 Jonas Gröger

Merge request reports