Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure Renovate #337

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate-bot
Copy link

@renovate-bot renovate-bot commented Apr 26, 2024

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

  • e2e.Dockerfile (dockerfile)
  • .github/workflows/codeql-analysis.yml (github-actions)
  • .github/workflows/pr-build.yml (github-actions)
  • settings.gradle (gradle)
  • build.gradle (gradle)
  • buildscripts/spotless.license.gradle (gradle)
  • detectors/resources/gradle.properties (gradle)
  • detectors/resources/build.gradle (gradle)
  • detectors/resources-support/gradle.properties (gradle)
  • detectors/resources-support/build.gradle (gradle)
  • e2e-test-server/gradle.properties (gradle)
  • e2e-test-server/build.gradle (gradle)
  • exporters/auto/gradle.properties (gradle)
  • exporters/auto/build.gradle (gradle)
  • exporters/metrics/gradle.properties (gradle)
  • exporters/metrics/build.gradle (gradle)
  • exporters/trace/gradle.properties (gradle)
  • exporters/trace/build.gradle (gradle)
  • propagators/gcp/gradle.properties (gradle)
  • propagators/gcp/build.gradle (gradle)
  • shared/resourcemapping/gradle.properties (gradle)
  • shared/resourcemapping/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 PR is merged
  • Show all Merge Confidence badges for pull requests.
  • 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.
  • Apply crowd-sourced package replacement rules.
  • Apply crowd-sourced workarounds for known problems with packages.

🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to renovate.json 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 30 Pull Requests:

Update dependency com.github.tomakehurst:wiremock-jre8 to v2.35.2
Update dependency com.google.cloud.functions:functions-framework-api to v1.1.4
Update dependency junit:junit to v4.13.2
  • Schedule: ["at any time"]
  • Branch name: renovate/junitversion
  • Merge into: main
  • Upgrade junit:junit to 4.13.2
Update openjdk Docker tag to v11.0.16-jre-slim
  • Schedule: ["at any time"]
  • Branch name: renovate/openjdk-11.x
  • Merge into: main
  • Upgrade openjdk to 11.0.16-jre-slim
Update burrunan/gradle-cache-action action to v1.22
  • Schedule: ["at any time"]
  • Branch name: renovate/burrunan-gradle-cache-action-1.x
  • Merge into: main
  • Upgrade burrunan/gradle-cache-action to v1.22
Update dependency com.google.auth:google-auth-library-oauth2-http to v1.30.0
Update dependency com.google.cloud:google-cloud-core to v2.48.0
Update dependency com.google.cloud:google-cloud-monitoring to v3.55.0
Update dependency com.google.cloud:google-cloud-pubsub to v1.134.2
Update dependency com.google.cloud:libraries-bom to v26.51.0
Update dependency gradle to v8.11.1
  • Schedule: ["at any time"]
  • Branch name: renovate/gradle-8.x
  • Merge into: main
  • Upgrade gradle to 8.11.1
  • Upgrade gradle to 8.11.1-jdk11
Update dependency io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom to v2.10.0
Update dependency io.opentelemetry.javaagent:opentelemetry-javaagent to v2.10.0
Update dependency org.assertj:assertj-core to v3.26.3
  • Schedule: ["at any time"]
  • Branch name: renovate/assertjversion
  • Merge into: main
  • Upgrade org.assertj:assertj-core to 3.26.3
Update dependency org.springframework.boot:spring-boot-starter-web to v2.7.18
Update dependency org.testcontainers:testcontainers to v1.20.4
Update googleTraceVersion to v2.54.0
Update junit5 monorepo to v5.11.3
Update opentelemetry-java monorepo to v1.45.0
Update plugin com.diffplug.spotless to v6.25.0
  • Schedule: ["at any time"]
  • Branch name: renovate/com.diffplug.spotless-6.x
  • Merge into: main
  • Upgrade com.diffplug.spotless to 6.25.0
Update plugin com.google.cloud.tools.jib to v3.4.4
  • Schedule: ["at any time"]
  • Branch name: renovate/com.google.cloud.tools.jib-3.x
  • Merge into: main
  • Upgrade com.google.cloud.tools.jib to 3.4.4
Update spring cloud
Update actions/checkout action to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-checkout-4.x
  • Merge into: main
  • Upgrade actions/checkout to v4
Update actions/setup-java action to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-setup-java-4.x
  • Merge into: main
  • Upgrade actions/setup-java to v4
Update dependency com.github.tomakehurst:wiremock-jre8 to v3
Update dependency io.cloudevents:cloudevents-core to v4
Update dependency org.springframework.cloud:spring-cloud-starter-openfeign to v4
Update github/codeql-action action to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/github-codeql-action-3.x
  • Merge into: main
  • Upgrade github/codeql-action to v3
Update gradle/gradle-build-action action to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/gradle-gradle-build-action-3.x
  • Merge into: main
  • Upgrade gradle/gradle-build-action to v3
Update spring boot to v3 (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.


Warning

Please correct - or verify that you can safely ignore - these dependency lookup failures before you merge this PR.

  • Failed to look up maven package com.google.cloud:grpc-google-cloud-monitoring-v3

Files affected: build.gradle


❓ 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 was generated by Mend Renovate. View the repository job log.

@renovate-bot renovate-bot requested a review from a team as a code owner April 26, 2024 18:31
@dashpole dashpole self-assigned this Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants