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 #582

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

Configure Renovate #582

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Feb 5, 2023

Mend Renovate

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/ci.yml (github-actions)
  • .github/workflows/pullrequests.yml (github-actions)
  • .github/workflows/release.yml (github-actions)
  • pom.xml (maven)
  • .mvn/wrapper/maven-wrapper.properties (maven-wrapper)

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

🔡 Would you like to change the way Renovate is upgrading your dependencies? Simply edit the renovate.json in this branch with your custom config and the list of Pull Requests in the "What to Expect" section below will be updated the next time Renovate runs.


What to Expect

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

Update dependency io.netty:netty-bom to v4.1.93.Final
  • Schedule: ["at any time"]
  • Branch name: renovate/netty-monorepo
  • Merge into: main
  • Upgrade io.netty:netty-bom to 4.1.93.Final
Update dependency io.projectreactor:reactor-bom to v2022.0.7
Update dependency org.junit:junit-bom to v5.9.3
  • Schedule: ["at any time"]
  • Branch name: renovate/junit5-monorepo
  • Merge into: main
  • Upgrade org.junit:junit-bom to 5.9.3
Update dependency org.springframework:spring-jdbc to v5.3.27
Update dependency ch.qos.logback:logback-classic to v1.4.7
Update dependency maven to v3.9.2
  • Schedule: ["at any time"]
  • Branch name: renovate/maven-3.x
  • Merge into: main
  • Upgrade maven to 3.9.2
Update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.11.0
  • Schedule: ["at any time"]
  • Branch name: renovate/org.apache.maven.plugins-maven-compiler-plugin-3.x
  • Merge into: main
  • Upgrade org.apache.maven.plugins:maven-compiler-plugin to 3.11.0
Update dependency org.apache.maven.plugins:maven-deploy-plugin to v3.1.1
  • Schedule: ["at any time"]
  • Branch name: renovate/org.apache.maven.plugins-maven-deploy-plugin-3.x
  • Merge into: main
  • Upgrade org.apache.maven.plugins:maven-deploy-plugin to 3.1.1
Update dependency org.apache.maven.plugins:maven-enforcer-plugin to v3.3.0
  • Schedule: ["at any time"]
  • Branch name: renovate/org.apache.maven.plugins-maven-enforcer-plugin-3.x
  • Merge into: main
  • Upgrade org.apache.maven.plugins:maven-enforcer-plugin to 3.3.0
Update dependency org.apache.maven.plugins:maven-gpg-plugin to v3.1.0
  • Schedule: ["at any time"]
  • Branch name: renovate/org.apache.maven.plugins-maven-gpg-plugin-3.x
  • Merge into: main
  • Upgrade org.apache.maven.plugins:maven-gpg-plugin to 3.1.0
Update dependency org.apache.maven.plugins:maven-javadoc-plugin to v3.5.0
  • Schedule: ["at any time"]
  • Branch name: renovate/org.apache.maven.plugins-maven-javadoc-plugin-3.x
  • Merge into: main
  • Upgrade org.apache.maven.plugins:maven-javadoc-plugin to 3.5.0
Update dependency org.apache.maven.plugins:maven-source-plugin to v3.3.0
  • Schedule: ["at any time"]
  • Branch name: renovate/org.apache.maven.plugins-maven-source-plugin-3.x
  • Merge into: main
  • Upgrade org.apache.maven.plugins:maven-source-plugin to 3.3.0
Update dependency org.assertj:assertj-core to v3.24.2
  • Schedule: ["at any time"]
  • Branch name: renovate/assertj.version
  • Merge into: main
  • Upgrade org.assertj:assertj-core to 3.24.2
Update dependency org.codehaus.mojo:build-helper-maven-plugin to v3.4.0
Update dependency org.codehaus.mojo:flatten-maven-plugin to v1.5.0
Update dependency org.mockito:mockito-junit-jupiter to v4.11.0
Update dependency org.postgresql:postgresql to v42.6.0
  • Schedule: ["at any time"]
  • Branch name: renovate/postgresql.version
  • Merge into: main
  • Upgrade org.postgresql:postgresql to 42.6.0
Update dependency org.testcontainers:testcontainers-bom to v1.18.1
Update jmh.version to v1.36
Update dependency com.zaxxer:HikariCP to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/major-hikari-cp.version
  • Merge into: main
  • Upgrade com.zaxxer:HikariCP to 5.0.1
Update dependency maven-wrapper to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/maven-wrapper-3.x
  • Merge into: main
  • Upgrade maven-wrapper to 3.2.0
Update dependency org.apache.maven.plugins:maven-failsafe-plugin to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/org.apache.maven.plugins-maven-failsafe-plugin-3.x
  • Merge into: main
  • Upgrade org.apache.maven.plugins:maven-failsafe-plugin to 3.1.0
Update dependency org.apache.maven.plugins:maven-surefire-plugin to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/org.apache.maven.plugins-maven-surefire-plugin-3.x
  • Merge into: main
  • Upgrade org.apache.maven.plugins:maven-surefire-plugin to 3.1.0
Update dependency org.mockito:mockito-junit-jupiter to v5
Update dependency org.springframework:spring-jdbc to v6

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


⚠ Dependency Lookup Warnings ⚠

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

  • Failed to look up maven package com.github.mp911de.microbenchmark-runner:microbenchmark-runner-junit5

Files affected: pom.xml


❓ 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 Mend Renovate. View repository job log here.

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.

None yet

0 participants