Based on the default config's presets, Renovate will:
Start dependency updates only once this onboarding PR is merged
Default preset for use with Renovate's repos
Enable Renovate Dependency Dashboard creation.
If Renovate detects semantic commits, it will use semantic commit type fix for dependencies and chore for all others.
Ignore node_modules, bower_components, vendor and various test/tests directories.
Automatically detect the best rangeStrategy to use.
Rate limit PR creation to a maximum of two per hour.
Limit to maximum 10 open PRs at any time.
Group known monorepo packages together.
Use curated list of recommended non-monorepo package groupings.
A collection of workarounds for known problems with packages.
Run lock file maintenance (updates) early Monday mornings.
Rebase existing PRs any time the base branch has been updated.
Use semantic prefixes for commit messages and PR titles.
Use semantic commit scope deps for all commits and PR titles.
Enable Docker major updates.
Pin Docker digests.
Group various lint packages together.
Run Renovate on following schedule: every weekend
🔡 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 Pull 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 9 Pull Requests:
chore(deps): pin eclipse-temurin docker tag to b99f945
- Schedule: ["every weekend"]
- Branch name: `renovate/pin-dependencies`
- Merge into: `main`
- Upgrade eclipse-temurin to `sha256:b99f9457ad5cabdfa02935d1048082dd79d318685cfa0ca79a8f623c052c406a`
chore(deps): update docker/login-action digest to ec9cdf0
- Schedule: ["every weekend"]
- Branch name: `renovate/docker-login-action-digest`
- Merge into: `main`
- Upgrade docker/login-action to `ec9cdf07d570632daeb912f5b2099cb9ec1d01e6`
chore(deps): update eclipse-temurin docker tag to v17.0.6_10-jdk-alpine
- Schedule: ["every weekend"]
- Branch name: `renovate/eclipse-temurin-17.x`
- Merge into: `main`
- Upgrade eclipse-temurin to `sha256:b99f9457ad5cabdfa02935d1048082dd79d318685cfa0ca79a8f623c052c406a`
chore(deps): update maven all non-major dependencies
- Schedule: ["every weekend"]
- Branch name: `renovate/maven-all-minor-patch`
- Merge into: `main`
- Upgrade [org.cyclonedx:cyclonedx-maven-plugin](https://togithub.com/CycloneDX/cyclonedx-maven-plugin) to `2.7.5`
- Upgrade org.apache.maven.plugins:maven-checkstyle-plugin to `3.2.1`
- Upgrade org.apache.maven.plugins:maven-javadoc-plugin to `3.5.0`
- Upgrade [org.springdoc:springdoc-openapi-starter-webflux-ui](https://togithub.com/springdoc/springdoc-openapi) to `2.0.3`
fix(deps): update dependency org.springframework.boot:spring-boot-starter-parent to v3.0.4
- Schedule: ["every weekend"]
- Branch name: `renovate/spring-boot`
- Merge into: `main`
- Upgrade [org.springframework.boot:spring-boot-starter-parent](https://togithub.com/spring-projects/spring-boot) to `3.0.4`
chore(deps): update dependency maven to v3.9.0
- Schedule: ["every weekend"]
- Branch name: `renovate/maven-3.x`
- Merge into: `main`
- Upgrade maven to `3.9.0`
chore(deps): update dependency maven-wrapper to v3.2.0
- Schedule: ["every weekend"]
- Branch name: `renovate/maven-wrapper-3.x`
- Merge into: `main`
- Upgrade maven-wrapper to `3.2.0`
chore(deps): update dependency org.apache.maven.plugins:maven-failsafe-plugin to v3
- Schedule: ["every weekend"]
- Branch name: `renovate/org.apache.maven.plugins-maven-failsafe-plugin-3.x`
- Merge into: `main`
- Upgrade org.apache.maven.plugins:maven-failsafe-plugin to `3.0.0`
chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3
- Schedule: ["every weekend"]
- Branch name: `renovate/org.apache.maven.plugins-maven-surefire-plugin-3.x`
- Merge into: `main`
- Upgrade org.apache.maven.plugins:maven-surefire-plugin to `3.0.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.
❓ 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.
Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.
🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.
Detected Package Files
Dockerfile
(dockerfile).github/workflows/merge-main.yml
(github-actions).github/workflows/pr-close.yml
(github-actions).github/workflows/pr-open.yml
(github-actions).github/workflows/unit-tests.yml
(github-actions)pom.xml
(maven).mvn/wrapper/maven-wrapper.properties
(maven-wrapper)Configuration Summary
Based on the default config's presets, Renovate will:
fix
for dependencies andchore
for all others.node_modules
,bower_components
,vendor
and various test/tests directories.deps
for all commits and PR titles.major
updates.🔡 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 Pull 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 9 Pull Requests:
chore(deps): pin eclipse-temurin docker tag to b99f945
- Schedule: ["every weekend"] - Branch name: `renovate/pin-dependencies` - Merge into: `main` - Upgrade eclipse-temurin to `sha256:b99f9457ad5cabdfa02935d1048082dd79d318685cfa0ca79a8f623c052c406a`chore(deps): update docker/login-action digest to ec9cdf0
- Schedule: ["every weekend"] - Branch name: `renovate/docker-login-action-digest` - Merge into: `main` - Upgrade docker/login-action to `ec9cdf07d570632daeb912f5b2099cb9ec1d01e6`chore(deps): update eclipse-temurin docker tag to v17.0.6_10-jdk-alpine
- Schedule: ["every weekend"] - Branch name: `renovate/eclipse-temurin-17.x` - Merge into: `main` - Upgrade eclipse-temurin to `sha256:b99f9457ad5cabdfa02935d1048082dd79d318685cfa0ca79a8f623c052c406a`chore(deps): update maven all non-major dependencies
- Schedule: ["every weekend"] - Branch name: `renovate/maven-all-minor-patch` - Merge into: `main` - Upgrade [org.cyclonedx:cyclonedx-maven-plugin](https://togithub.com/CycloneDX/cyclonedx-maven-plugin) to `2.7.5` - Upgrade org.apache.maven.plugins:maven-checkstyle-plugin to `3.2.1` - Upgrade org.apache.maven.plugins:maven-javadoc-plugin to `3.5.0` - Upgrade [org.springdoc:springdoc-openapi-starter-webflux-ui](https://togithub.com/springdoc/springdoc-openapi) to `2.0.3`fix(deps): update dependency org.springframework.boot:spring-boot-starter-parent to v3.0.4
- Schedule: ["every weekend"] - Branch name: `renovate/spring-boot` - Merge into: `main` - Upgrade [org.springframework.boot:spring-boot-starter-parent](https://togithub.com/spring-projects/spring-boot) to `3.0.4`chore(deps): update dependency maven to v3.9.0
- Schedule: ["every weekend"] - Branch name: `renovate/maven-3.x` - Merge into: `main` - Upgrade maven to `3.9.0`chore(deps): update dependency maven-wrapper to v3.2.0
- Schedule: ["every weekend"] - Branch name: `renovate/maven-wrapper-3.x` - Merge into: `main` - Upgrade maven-wrapper to `3.2.0`chore(deps): update dependency org.apache.maven.plugins:maven-failsafe-plugin to v3
- Schedule: ["every weekend"] - Branch name: `renovate/org.apache.maven.plugins-maven-failsafe-plugin-3.x` - Merge into: `main` - Upgrade org.apache.maven.plugins:maven-failsafe-plugin to `3.0.0`chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3
- Schedule: ["every weekend"] - Branch name: `renovate/org.apache.maven.plugins-maven-surefire-plugin-3.x` - Merge into: `main` - Upgrade org.apache.maven.plugins:maven-surefire-plugin to `3.0.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.❓ 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 PR has been generated by Renovate Bot.