Skip to content

Configure Renovate

Ghost User 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

  • docker-compose.yml (docker-compose)
  • .devcontainer/Dockerfile (dockerfile)
  • .gitlab-ci.yml (gitlabci)
  • .gitlab-ci.yml (gitlabci-include)
  • settings.gradle (gradle)
  • build.gradle (gradle)
  • gradle/wrapper/gradle-wrapper.properties (gradle-wrapper)
  • pom.xml (maven)
  • .mvn/wrapper/maven-wrapper.properties (maven-wrapper)

Configuration Summary

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

  • Start dependency updates only once this onboarding MR is merged
  • Show all Merge Confidence badges for pull requests.
  • 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.

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

Update dependency com.gitlab.haynes:libsass-maven-plugin to v0.2.29
Update dependency io.spring.javaformat:spring-javaformat-maven-plugin to v0.0.39
Update dependency io.spring.nohttp:nohttp-checkstyle to v0.0.11
Update dependency org.jacoco:jacoco-maven-plugin to v0.8.10
Update plugin io.spring.dependency-management to v1.1.3
  • Schedule: ["at any time"]
  • Branch name: renovate/io.spring.dependency-management-1.x
  • Merge into: master
  • Upgrade io.spring.dependency-management to 1.1.3
Update dependency gradle to v7.6.2
  • Schedule: ["at any time"]
  • Branch name: renovate/gradle-7.x
  • Merge into: master
  • Upgrade gradle to 7.6.2
Update dependency maven to v3.9.4
  • Schedule: ["at any time"]
  • Branch name: renovate/maven-3.x
  • Merge into: master
  • Upgrade maven to 3.9.4
Update dependency org.apache.maven.plugins:maven-checkstyle-plugin to v3.3.0
  • Schedule: ["at any time"]
  • Branch name: renovate/org.apache.maven.plugins-maven-checkstyle-plugin-3.x
  • Merge into: master
  • Upgrade org.apache.maven.plugins:maven-checkstyle-plugin to 3.3.0
Update dependency org.webjars.npm:bootstrap to v5.3.1
  • Schedule: ["at any time"]
  • Branch name: renovate/webjarsbootstrapversion
  • Merge into: master
  • Upgrade org.webjars.npm:bootstrap to 5.3.1
Update dependency org.webjars.npm:bootstrap to v5.3.1
  • Schedule: ["at any time"]
  • Branch name: renovate/webjars-bootstrap.version
  • Merge into: master
  • Upgrade org.webjars.npm:bootstrap to 5.3.1
Update postgres Docker tag to v14.8
  • Schedule: ["at any time"]
  • Branch name: renovate/postgres-14.x
  • Merge into: master
  • Upgrade postgres to 14.8
Update spring boot to v3.1.2
Update dependency com.puppycrawl.tools:checkstyle to v10
  • Schedule: ["at any time"]
  • Branch name: renovate/com.puppycrawl.tools-checkstyle-10.x
  • Merge into: master
  • Upgrade com.puppycrawl.tools:checkstyle to 10.12.2
Update dependency gradle to v8
  • Schedule: ["at any time"]
  • Branch name: renovate/gradle-8.x
  • Merge into: master
  • Upgrade gradle to 8.2.1
Update dependency maven-wrapper to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/maven-wrapper-3.x
  • Merge into: master
  • Upgrade maven-wrapper to 3.2.0
Update mcr.microsoft.com/vscode/devcontainers/java Docker tag to v1
  • Schedule: ["at any time"]
  • Branch name: renovate/mcr.microsoft.com-vscode-devcontainers-java-1.x
  • Merge into: master
  • Upgrade mcr.microsoft.com/vscode/devcontainers/java to 1-17-bullseye
Update mysql Docker tag to v8
  • Schedule: ["at any time"]
  • Branch name: renovate/mysql-8.x
  • Merge into: master
  • Upgrade mysql to 8.1
Update postgres Docker tag to v15
  • Schedule: ["at any time"]
  • Branch name: renovate/postgres-15.x
  • Merge into: master
  • Upgrade postgres to 15.3

🚸 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 renovate-runner

Merge request reports