Code development platform for open source projects from the European Union institutions

Skip to content

Configure Renovate

RenovateBotToken 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

  • docker-compose.yml (docker-compose)
  • Dockerfile (dockerfile)
  • .github/workflows/ci-dependency-check.yml (github-actions)
  • .github/workflows/ci-main.yml (github-actions)
  • .github/workflows/ci-openapi.yml (github-actions)
  • .github/workflows/ci-pull-request.yml (github-actions)
  • .github/workflows/ci-release-notes.yml (github-actions)
  • .github/workflows/ci-release.yml (github-actions)
  • .github/workflows/ci-sonar.yml (github-actions)
  • .github/workflows/codeql.yml (github-actions)
  • 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.
  • Use semantic commit type fix for dependencies and chore for all others if semantic commits are in use.
  • Ignore node_modules, bower_components, vendor and various test/tests directories.
  • Group known monorepo packages together.
  • Use curated list of recommended non-monorepo package groupings.
  • Apply crowd-sourced package replacement rules.
  • Apply crowd-sourced workarounds for known problems with packages.

🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to renovate.json in this branch. Renovate will update the Merge Request description the next time it runs.


What to Expect

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

Update dependency com.github.everit-org.json-schema:org.everit.json.schema to v1.14.4
Update dependency org.apache.maven.plugins:maven-checkstyle-plugin to v3.3.1
  • Schedule: ["at any time"]
  • Branch name: renovate/plugin.checkstyle.version
  • Merge into: main
  • Upgrade org.apache.maven.plugins:maven-checkstyle-plugin to 3.3.1
Update dependency org.apache.maven.plugins:maven-resources-plugin to v3.3.1
  • Schedule: ["at any time"]
  • Branch name: renovate/org.apache.maven.plugins-maven-resources-plugin-3.x
  • Merge into: main
  • Upgrade org.apache.maven.plugins:maven-resources-plugin to 3.3.1
Update dependency org.jacoco:jacoco-maven-plugin to v0.8.11
Update eclipse-temurin Docker tag to v17.0.10_7-jre
  • Schedule: ["at any time"]
  • Branch name: renovate/eclipse-temurin-17.x
  • Merge into: main
  • Upgrade eclipse-temurin to 17.0.10_7-jre
Update dependency com.fasterxml.jackson:jackson-bom to v2.16.1
Update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.12.1
  • Schedule: ["at any time"]
  • Branch name: renovate/org.apache.maven.plugins-maven-compiler-plugin-3.x
  • Merge into: main
  • Upgrade org.apache.maven.plugins:maven-compiler-plugin to 3.12.1
Update dependency org.apache.maven.plugins:maven-war-plugin to v3.4.0
  • Schedule: ["at any time"]
  • Branch name: renovate/org.apache.maven.plugins-maven-war-plugin-3.x
  • Merge into: main
  • Upgrade org.apache.maven.plugins:maven-war-plugin to 3.4.0
Update dependency org.bouncycastle:bcpkix-jdk18on to v1.77
Update dependency org.codehaus.mojo:license-maven-plugin to v2.4.0
Update dependency org.owasp:dependency-check-maven to v8.4.3
Update dependency org.sonarsource.scanner.maven:sonar-maven-plugin to v3.10.0.2594
Update dependency org.springdoc:springdoc-openapi-maven-plugin to v1.4
Update dependency org.springdoc:springdoc-openapi-starter-webmvc-ui to v2.3.0
Update shedlock monorepo to v5.12.0
Update dependency org.owasp:dependency-check-maven to v9
Update dependency org.semver4j:semver4j to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/major-semver4j.version
  • Merge into: main
  • Upgrade org.semver4j:semver4j to 5.2.2
Update eclipse-temurin Docker tag to v21
  • Schedule: ["at any time"]
  • Branch name: renovate/eclipse-temurin-21.x
  • Merge into: main
  • Upgrade eclipse-temurin to 21.0.2_13-jre
Update mysql/mysql-server Docker tag to v8
  • Schedule: ["at any time"]
  • Branch name: renovate/mysql-mysql-server-8.x
  • Merge into: main
  • Upgrade mysql/mysql-server to 8.0

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


Warning

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

  • Failed to look up maven package eu.europa.ec.dgc:dgc-lib

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.

Merge request reports