Skip to content

Configure Renovate

David Drugeon-Hamon 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)
  • ui/Dockerfile (dockerfile)
  • .gitlab-ci.yml (gitlabci)
  • pom.xml (maven)
  • .mvn/wrapper/maven-wrapper.properties (maven-wrapper)
  • ui/package.json (npm)

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 20 Merge Requests:

Update dependency io.minio:minio to v8.5.10
  • Schedule: ["at any time"]
  • Branch name: renovate/minio-api.version
  • Merge into: develop
  • Upgrade io.minio:minio to 8.5.10
Update dependency keycloak-js to v22.0.5
  • Schedule: ["at any time"]
  • Branch name: renovate/keycloak-js-22.x-lockfile
  • Merge into: develop
  • Upgrade keycloak-js to 22.0.5
Update dependency maven to v3.9.6
  • Schedule: ["at any time"]
  • Branch name: renovate/maven-3.x
  • Merge into: develop
  • Upgrade maven to 3.9.6
Update dependency semantic-ui-react to v2.1.5
  • Schedule: ["at any time"]
  • Branch name: renovate/semantic-ui-react-2.x-lockfile
  • Merge into: develop
  • Upgrade semantic-ui-react to 2.1.5
Update eclipse-temurin Docker tag to v17.0.11_9-jdk-alpine
  • Schedule: ["at any time"]
  • Branch name: renovate/eclipse-temurin-17.x
  • Merge into: develop
  • Upgrade eclipse-temurin to 17.0.11_9-jdk-alpine
Update dependency axios to v1.6.8
  • Schedule: ["at any time"]
  • Branch name: renovate/axios-1.x-lockfile
  • Merge into: develop
  • Upgrade axios to 1.6.8
Update dependency maven-wrapper to v3.3.1
  • Schedule: ["at any time"]
  • Branch name: renovate/maven-wrapper-3.x
  • Merge into: develop
  • Upgrade maven-wrapper to 3.3.1
Update dependency org.springdoc:springdoc-openapi-starter-webmvc-ui to v2.5.0
Update dependency org.springframework.boot:spring-boot-starter-parent to v3.2.5
Update dependency react-router-dom to v6.23.1
  • Schedule: ["at any time"]
  • Branch name: renovate/react-router-monorepo
  • Merge into: develop
  • Upgrade react-router-dom to 6.23.1
Update dependency web-vitals to v3.5.2
  • Schedule: ["at any time"]
  • Branch name: renovate/web-vitals-3.x-lockfile
  • Merge into: develop
  • Upgrade web-vitals to 3.5.2
Update gcr.io/kaniko-project/executor Docker tag to v1.23.0
  • Schedule: ["at any time"]
  • Branch name: renovate/gcr.io-kaniko-project-executor-1.x
  • Merge into: develop
  • Upgrade gcr.io/kaniko-project/executor to v1.23.0-debug
Update nixos/nix Docker tag to v2.22.1
  • Schedule: ["at any time"]
  • Branch name: renovate/nixos-nix-2.x
  • Merge into: develop
  • Upgrade nixos/nix to 2.22.1
Update react monorepo to v18.3.1
  • Schedule: ["at any time"]
  • Branch name: renovate/react-monorepo
  • Merge into: develop
  • Upgrade react to 18.3.1
  • Upgrade react-dom to 18.3.1
Update testing-library monorepo
Update Node.js to v20
  • Schedule: ["at any time"]
  • Branch name: renovate/node-20.x
  • Merge into: develop
  • Upgrade node to 20-alpine
Update dependency keycloak-js to v24
  • Schedule: ["at any time"]
  • Branch name: renovate/keycloak-js-24.x
  • Merge into: develop
  • Upgrade keycloak-js to ^24.0.0
Update dependency web-vitals to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/web-vitals-4.x
  • Merge into: develop
  • Upgrade web-vitals to ^4.0.0
Update eclipse-temurin Docker tag to v21
  • Schedule: ["at any time"]
  • Branch name: renovate/eclipse-temurin-21.x
  • Merge into: develop
  • Upgrade eclipse-temurin to 21.0.3_9-jdk-alpine
Update testing-library monorepo (major)

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


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 David Drugeon-Hamon

Merge request reports