chore: Configure Renovate
Welcome to Renovate! This is an onboarding MR to help you understand and configure settings before regular Merge Requests begin.
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 andchore
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.
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
- Schedule: ["at any time"]
- Branch name:
renovate/springfox-monorepo
- Merge into:
main
- Upgrade io.springfox:springfox-swagger-ui to
2.10.5
- Upgrade io.springfox:springfox-swagger2 to
2.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)
- Schedule: ["at any time"]
- Branch name:
renovate/major-springfox-monorepo
- Merge into:
main
- Upgrade io.springfox:springfox-swagger-ui to
3.0.0
- Upgrade io.springfox:springfox-swagger2 to
3.0.0
prhourlylimit
for details.
This MR has been generated by Renovate Bot.