Configure Renovate #1
Reference in New Issue
Block a user
Delete Branch "renovate/configure"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
📚 See our Reading List for relevant documentation you may be interested in reading.
🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to
renovate.jsonin this branch. Renovate will update the Pull Request description the next time it runs.Detected Package Files
Dockerfile(dockerfile).gitea/workflows/docker.yml(github-actions)settings.gradle(gradle)build.gradle(gradle)gradle/wrapper/gradle-wrapper.properties(gradle-wrapper)What to Expect
With your current configuration, Renovate will create 22 Pull Requests:
Update dependency org.springframework.cloud:spring-cloud-dependencies to v2024.0.3
renovate/springcloudversionmain2024.0.3Update plugin io.spring.dependency-management to v1.1.7
renovate/io.spring.dependency-management-1.xmain1.1.7Update dependency com.github.ben-manes.caffeine:caffeine to v3.2.3
renovate/com.github.ben-manes.caffeine-caffeine-3.xmain3.2.3Update dependency com.google.cloud:spring-cloud-gcp-dependencies to v5.13.11
renovate/springcloudgcpversionmain5.13.11Update dependency com.nimbusds:nimbus-jose-jwt to v9.48
renovate/com.nimbusds-nimbus-jose-jwt-9.xmain9.48Update dependency gradle to v8.14.4
renovate/gradle-8.xmain8.14.4Update dependency org.springdoc:springdoc-openapi-starter-webflux-api to v2.8.17
renovate/org.springdoc-springdoc-openapi-starter-webflux-api-2.xmain2.8.17Update dependency org.springdoc:springdoc-openapi-starter-webflux-ui to v2.8.17
renovate/org.springdoc-springdoc-openapi-starter-webflux-ui-2.xmain2.8.17Update dependency org.springframework.modulith:spring-modulith-bom to v1.4.10
renovate/springmodulithversionmain1.4.10Update plugin org.springframework.boot to v3.5.13
renovate/org.springframework.boot-3.xmain3.5.13Update actions/checkout action to v6
renovate/actions-checkout-6.xmainv6Update dependency com.google.cloud:spring-cloud-gcp-dependencies to v8
renovate/major-springcloudgcpversionmain8.0.2Update dependency com.nimbusds:nimbus-jose-jwt to v10
renovate/com.nimbusds-nimbus-jose-jwt-10.xmain10.9Update dependency gradle to v9
renovate/gradle-9.xmain9.4.1Update dependency org.springdoc:springdoc-openapi-starter-webflux-api to v3
renovate/org.springdoc-springdoc-openapi-starter-webflux-api-3.xmain3.0.3Update dependency org.springdoc:springdoc-openapi-starter-webflux-ui to v3
renovate/org.springdoc-springdoc-openapi-starter-webflux-ui-3.xmain3.0.3Update dependency org.springframework.cloud:spring-cloud-dependencies to v2025
renovate/major-springcloudversionmain2025.1.1Update dependency org.springframework.modulith:spring-modulith-bom to v2
renovate/major-springmodulithversionmain2.0.5Update docker/login-action action to v4
renovate/docker-login-action-4.xmainv4Update docker/setup-buildx-action action to v4
renovate/docker-setup-buildx-action-4.xmainv4Update eclipse-temurin Docker tag to v26
renovate/eclipse-temurin-26.xmain26-jre-noble26-jdk-nobleUpdate plugin org.springframework.boot to v4
renovate/org.springframework.boot-4.xmain4.0.5🚸 PR creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or overwhelm the project. See docs for
prHourlyLimitfor 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.
PR Reviewer Guide 🔍
Here are some key observations to aid the review process:
PR Code Suggestions ✨
Explore these optional code suggestions:
Extend a base configuration preset
The current Renovate configuration is empty and will only use default settings,
which can be noisy and may not be what is intended. It's highly recommended to
extend a base configuration like
config:baseto get a sensible starting point withcommon best practices.
renovate.json [1-3]
Suggestion importance[1-10]: 7
__
Why: The suggestion correctly identifies that the initial
renovate.jsonis minimal and will use default settings. Recommending the extension ofconfig:baseis a standard best practice that provides a much better starting point and avoids potentially noisy pull requests.