Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Mar 4, 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

  • .github/workflows/build.yml (github-actions)
  • .github/workflows/release-patch.yml (github-actions)
  • .github/workflows/release.yml (github-actions)
  • app/pom.xml (maven)
  • bom/pom.xml (maven)
  • core/pom.xml (maven)
  • graphql/api/pom.xml (maven)
  • graphql/maven-plugin/pom.xml (maven)
  • graphql/scalars/pom.xml (maven)
  • handler-spi/pom.xml (maven)
  • it/pom.xml (maven)
  • model/pom.xml (maven)
  • pom.xml (maven)
  • repository/api/pom.xml (maven)
  • repository/kafka/pom.xml (maven)
  • spring-boot-starter/pom.xml (maven)
  • state/api/pom.xml (maven)
  • state/avro/pom.xml (maven)
  • state/core/pom.xml (maven)
  • state/example/pom.xml (maven)
  • state/graphql-sender/pom.xml (maven)
  • state/it/pom.xml (maven)
  • state/kafka-receiver/pom.xml (maven)
  • state/kafka-sender/pom.xml (maven)
  • .mvn/wrapper/maven-wrapper.properties (maven-wrapper)
  • renovate.json (renovate-config-presets)

Configuration Summary

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

  • Start dependency updates only once this onboarding PR is merged
  • Hopefully safe environment variables to allow users to configure.
  • 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.
  • 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.
  • Pin all dependency versions except peerDependencies.
  • Special rules covering major version updates.
  • Rules governing github actions.
  • Weekly schedule on early Monday mornings (before 4 AM).
  • Base Renovate configuration for Expedia Group projects
  • Run Renovate on following schedule: * 0-3 * * 1

🔡 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 29 Pull Requests:

feat(deps): update compile com.graphql-java:graphql-java from v21.0 to v21.5 [security]
fix(deps): update build com.google.cloud.tools:jib-maven-plugin from v3.4.4 to v3.4.6
fix(deps): update compile com.graphql-java-kickstart:graphql-java-tools from v13.1.0 to v13.1.1
fix(deps): update compile org.apache.maven:maven-plugin-api from v3.9.9 to v3.9.11
fix(deps): update compile org.jetbrains:annotations from v26.0.1 to v26.0.2-1
  • Schedule: ["* 0-3 * * 1"]
  • Branch name: renovate/jetbrains.annotations.version
  • Merge into: master
  • Upgrade org.jetbrains:annotations to 26.0.2-1
feat(deps): update avro.version
feat(deps): update build com.diffplug.spotless:spotless-maven-plugin from v2.43.0 to v2.46.1
feat(deps): update build org.apache.maven.plugins:maven-compiler-plugin from v3.8.0 to v3.14.1
feat(deps): update build org.apache.maven.plugins:maven-enforcer-plugin from v3.0.0-m2 to v3.6.2
feat(deps): update build org.apache.maven.plugins:maven-failsafe-plugin from v3.0.0-m3 to v3.5.4
feat(deps): update build org.apache.maven.plugins:maven-javadoc-plugin from v3.1.0 to v3.12.0
feat(deps): update build org.apache.maven.plugins:maven-plugin-plugin from v3.10.1 to v3.15.1
feat(deps): update build org.codehaus.mojo:build-helper-maven-plugin from v3.1.0 to v3.6.1
feat(deps): update compile com.google.guava:guava from v33.3.1-jre to v33.5.0-jre
  • Schedule: ["* 0-3 * * 1"]
  • Branch name: renovate/guava-monorepo
  • Merge into: master
  • Upgrade com.google.guava:guava to 33.5.0-jre
feat(deps): update compile com.graphql-java-kickstart:graphql-spring-boot-starter from v15.0.0 to v15.1.0
feat(deps): update compile org.apache.commons:commons-text from v1.12.0 to v1.14.0
feat(deps): update compile org.yaml:snakeyaml from v2.3 to v2.5
  • Schedule: ["* 0-3 * * 1"]
  • Branch name: renovate/snakeyaml.version
  • Merge into: master
  • Upgrade org.yaml:snakeyaml to 2.5
feat(deps): update confluent.version from v7.7.2 to v7.9.4
feat(deps): update dependency maven from v3.6.0 to v3.9.11
  • Schedule: ["* 0-3 * * 1"]
  • Branch name: renovate/maven-3.x
  • Merge into: master
  • Upgrade maven to 3.9.11
feat(deps): update github.docker-java.version from v3.4.0 to v3.6.0
feat(deps): update import org.apache.logging.log4j:log4j-bom from v2.24.2 to v2.25.2
feat(deps): update import org.springframework.boot:spring-boot-dependencies from v3.3.6 to v3.5.6
feat(deps): update kotlin monorepo from v2.1.0 to v2.2.20
feat(deps): update test org.awaitility:awaitility from v4.2.2 to v4.3.0
  • Schedule: ["* 0-3 * * 1"]
  • Branch name: renovate/awaitility.version
  • Merge into: master
  • Upgrade org.awaitility:awaitility to 4.3.0
feat(deps): update test org.testcontainers:kafka from v1.20.4 to v1.21.3
  • Schedule: ["* 0-3 * * 1"]
  • Branch name: renovate/testcontainers-java-monorepo
  • Merge into: master
  • Upgrade org.testcontainers:kafka to 1.21.3
feat(deps): update build com.diffplug.spotless:spotless-maven-plugin from v2.43.0 to v3
feat(deps): update compile com.apollographql.apollo:apollo-runtime from v2.5.14 to v4
feat(deps): update compile com.graphql-java-kickstart:graphql-java-tools from v13.1.0 to v14
feat(deps): update confluent.version from v7.7.2 to v8 (major)

❓ 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 renovate bot force-pushed the renovate/configure branch from 6583bad to 4944f6c Compare March 5, 2024 02:48
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.

1 participant