Skip to content

chore: Configure Renovate

Raphael Parree 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

  • Dockerfile (dockerfile)
  • .gitlab-ci.yml (gitlabci)
  • build.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
  • 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 (except for nuget) 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 9 Merge Requests:

chore(deps): update dependency gradle to v6.9.4
  • Schedule: ["at any time"]
  • Branch name: renovate/gradle-6.x
  • Merge into: main
  • Upgrade gradle to 6.9.4
chore(deps): update plugin io.spring.dependency-management to v1.1.6
  • Schedule: ["at any time"]
  • Branch name: renovate/io.spring.dependency-management-1.x
  • Merge into: main
  • Upgrade io.spring.dependency-management to 1.1.6
chore(deps): update plugin org.springframework.boot to v2.7.18
  • Schedule: ["at any time"]
  • Branch name: renovate/spring-boot
  • Merge into: main
  • Upgrade org.springframework.boot to 2.7.18
fix(deps): update dependency org.postgresql:postgresql to v42.7.4
  • Schedule: ["at any time"]
  • Branch name: renovate/org.postgresql-postgresql-42.x
  • Merge into: main
  • Upgrade org.postgresql:postgresql to 42.7.4
fix(deps): update springfox monorepo to v2.10.5
chore(deps): update dependency gradle to v8
  • Schedule: ["at any time"]
  • Branch name: renovate/gradle-8.x
  • Merge into: main
  • Upgrade gradle to 8.10.2
chore(deps): update openjdk docker tag to v17
  • Schedule: ["at any time"]
  • Branch name: renovate/openjdk-17.x
  • Merge into: main
  • Upgrade openjdk to 17-jdk-alpine
chore(deps): update plugin org.springframework.boot to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/major-spring-boot
  • Merge into: main
  • Upgrade org.springframework.boot to 3.3.5
fix(deps): update springfox monorepo to v3 (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.

Merge request reports

Loading