Skip to content

Conversation

@Open-Source-Bot
Copy link
Contributor

@Open-Source-Bot Open-Source-Bot commented Jan 8, 2026

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

  • .github/workflows/build.yml (github-actions)
  • .github/workflows/codeql.yml (github-actions)
  • .github/workflows/cred-scan.yml (github-actions)
  • .github/workflows/github-sanity-scan.yml (github-actions)
  • .github/workflows/publish.yml (github-actions)
  • .github/workflows/pull-request.yml (github-actions)
  • pom.xml (maven)
  • .github/renovate.json5 (renovate-config-presets)

Configuration Summary

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

  • Start dependency updates only once this onboarding PR is merged
  • 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 (except for nuget) directories.
  • Group known monorepo packages together.
  • Use curated list of recommended non-monorepo package groupings.
  • Show only the Age and Confidence Merge Confidence badges for pull requests.
  • Apply crowd-sourced package replacement rules.
  • Apply crowd-sourced workarounds for known problems with packages.
  • Ensure that every dependency pinned by digest and sourced from GitHub.com contains a link to the commit-to-commit diff
  • Correctly link to the source code for golang.org/x packages
  • Link to pkg.go.dev/... for golang.org/x packages' title
  • Pin Docker digests.
  • Pin github-action digests.
  • Enable Renovate configuration migration PRs when needed.
  • Pin dependency versions for development dependencies.
  • Recommended configuration for abandoned packages, treating packages without a release for 1 year as abandoned, while taking into account community-sourced overrides.
  • Wait until the npm package is three days old before raising the update. This a) introduces a short delay to allow for malware researchers and scanners to (possibly) detect any malicious behaviour in packages, and b) prevents the maintainer and/or NPM from unpublishing a package you already upgraded to, breaking builds.
  • Run Renovate on following schedule: * 22-23,0-6 * * , * * * 0,6

🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to .github/renovate.json5 in this branch. Renovate will update the Pull Request description the next time it runs.


What to Expect

With your current configuration, Renovate will create 24 Pull Requests:

⬆️ deps(github-actions): pin dependencies
⬆️ deps(github-actions): update dependabot/fetch-metadata action to v1.7.0
  • Schedule: ["* 22-23,0-6 * * "," * * * 0,6"]
  • Branch name: renovate/dependabot-fetch-metadata-1.x
  • Merge into: main
  • Upgrade dependabot/fetch-metadata to 8348ea7f5d949b08c7f125a44b569c9626b05db3
⬆️ deps(maven): update dependency com.diffplug.spotless:spotless-maven-plugin to v2.46.1
⬆️ deps(maven): update dependency com.squareup.okhttp3:okhttp-tls to v4.12.0
⬆️ deps(maven): update dependency org.apache.commons:commons-lang3 to v3.20.0
⬆️ deps(maven): update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.14.1
⬆️ deps(maven): update dependency org.apache.maven.plugins:maven-dependency-plugin to v3.9.0
⬆️ deps(maven): update dependency org.apache.maven.plugins:maven-enforcer-plugin to v3.6.2
⬆️ deps(maven): update dependency org.apache.maven.plugins:maven-gpg-plugin to v3.2.8
⬆️ deps(maven): update dependency org.apache.maven.plugins:maven-jar-plugin to v3.5.0
⬆️ deps(maven): update dependency org.apache.maven.plugins:maven-javadoc-plugin to v3.12.0
⬆️ deps(maven): update dependency org.apache.maven.plugins:maven-source-plugin to v3.4.0
⬆️ deps(maven): update dependency org.openapitools:openapi-generator-maven-plugin to v7.18.0
⬆️ deps(maven): update dependency org.sonatype.plugins:nexus-staging-maven-plugin to v1.7.0
⬆️ deps(maven): update dependency software.amazon.awssdk:auth to v2.41.2
  • Schedule: ["* 22-23,0-6 * * "," * * * 0,6"]
  • Branch name: renovate/aws-java-sdk-v2-monorepo
  • Merge into: main
  • Upgrade software.amazon.awssdk:auth to 2.41.2
⬆️ deps(maven): update junit-framework monorepo
⬆️ deps(github-actions): update actions/checkout action to v6
  • Schedule: ["* 22-23,0-6 * * "," * * * 0,6"]
  • Branch name: renovate/actions-checkout-6.x
  • Merge into: main
  • Upgrade actions/checkout to 8e8c483db84b4bee98b60c0593521ed34d9990e8
⬆️ deps(github-actions): update actions/setup-java action to v5
  • Schedule: ["* 22-23,0-6 * * "," * * * 0,6"]
  • Branch name: renovate/actions-setup-java-5.x
  • Merge into: main
  • Upgrade actions/setup-java to f2beeb24e141e01a676f977032f5a29d81c9e27e
⬆️ deps(github-actions): update dependabot/fetch-metadata action to v2
  • Schedule: ["* 22-23,0-6 * * "," * * * 0,6"]
  • Branch name: renovate/dependabot-fetch-metadata-2.x
  • Merge into: main
  • Upgrade dependabot/fetch-metadata to 21025c705c08248db411dc16f3619e6b5f9ea21a
⬆️ deps(maven): update dependency com.diffplug.spotless:spotless-maven-plugin to v3
⬆️ deps(maven): update dependency jakarta.annotation:jakarta.annotation-api to v3
⬆️ deps(maven): update dependency org.junit.jupiter:junit-jupiter-engine to v6
⬆️ deps(maven): update dependency org.mockito:mockito-core to v5
  • Schedule: ["* 22-23,0-6 * * "," * * * 0,6"]
  • Branch name: renovate/major-mockito-monorepo
  • Merge into: main
  • Upgrade org.mockito:mockito-core to 5.21.0
⬆️ deps(maven): update okhttp monorepo to v5 (major)

🚸 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.

@Open-Source-Bot Open-Source-Bot added the dependencies Pull requests that update a dependency file label Jan 8, 2026
@jobs62 jobs62 merged commit 35ba793 into main Jan 9, 2026
8 of 9 checks passed
@jobs62 jobs62 deleted the renovate/configure branch January 9, 2026 12:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Development

Successfully merging this pull request may close these issues.

3 participants