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 17 Pull Requests:
Update dependency org.springframework.cloud:spring-cloud-dependencies to v2023.0.6
renovate/springcloudversionmain2023.0.6Update plugin io.spring.dependency-management to v1.1.7
renovate/io.spring.dependency-management-1.xmain1.1.7Update 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.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.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 valid but contains no rules, so it will not
perform any actions. To enable Renovate with sensible defaults, it's recommended to
extend a base configuration like
config:base.renovate.json [1-3]
Suggestion importance[1-10]: 8
__
Why: The suggestion correctly identifies that the new
renovate.jsonfile is non-functional as it lacks any rules. Extendingconfig:baseis a standard practice to enable Renovate with sensible defaults, making this a highly valuable improvement.