avro-compatibility icon indicating copy to clipboard operation
avro-compatibility copied to clipboard

Configure Renovate

Open renovate[bot] opened this issue 1 year ago • 0 comments

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

  • pom.xml (maven)

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.
  • Pin all dependency versions except peerDependencies.
  • Special rules covering major version updates.
  • Rules governing github actions.
  • Weekly schedule on early Monday mornings.
  • Base Renovate configuration for Expedia Group projects
  • Run Renovate on following schedule: before 4am on Monday

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

feat(deps): update compile org.apache.avro:avro from v1.9.0 to v1.11.4 [security]
  • Branch name: renovate/maven-org.apache.avro-avro-vulnerability
  • Merge into: master
  • Upgrade org.apache.avro:avro to 1.11.4
feat(deps): update compile com.google.guava:guava from v20.0 to v32 [security]
  • Branch name: renovate/maven-com.google.guava-guava-vulnerability
  • Merge into: master
  • Upgrade com.google.guava:guava to 32.0.0-android
fix(deps): update test junit:junit from v4.13.1 to v4.13.2
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/junit-junit-4.x
  • Merge into: master
  • Upgrade junit:junit to 4.13.2
feat(deps): update parent com.hotels:hotels-oss-parent from v4.0.1 to v4.3.1
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/com.hotels-hotels-oss-parent-4.x
  • Merge into: master
  • Upgrade com.hotels:hotels-oss-parent to 4.3.1
feat(deps): update parent com.hotels:hotels-oss-parent from v4.0.1 to v6
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/com.hotels-hotels-oss-parent-6.x
  • Merge into: master
  • Upgrade com.hotels:hotels-oss-parent to 6.2.1

❓ 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] avatar Mar 04 '24 15:03 renovate[bot]