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

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

Configure Renovate #118

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 24, 2024

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

  • .circleci/config.yml (circleci)
  • mahuta-http-api/docker-compose-elasticsearch_and_ipfs.yml (docker-compose)
  • mahuta-http-api/docker-compose-external-conf.yml (docker-compose)
  • mahuta-http-api/docker-compose-infura.yml (docker-compose)
  • mahuta-http-api/docker-compose-ipfscluster.yml (docker-compose)
  • mahuta-http-api/docker-compose.yml (docker-compose)
  • mahuta-http-api/Dockerfile (dockerfile)
  • mahuta-core/pom.xml (maven)
  • mahuta-http-api/pom.xml (maven)
  • mahuta-indexer-elasticsearch/pom.xml (maven)
  • mahuta-report/pom.xml (maven)
  • mahuta-springdata/pom.xml (maven)
  • 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 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 31 Pull Requests:

Update circleci/openjdk Docker tag to v8
  • Schedule: ["at any time"]
  • Branch name: renovate/circleci-openjdk-8.x
  • Merge into: master
  • Upgrade circleci/openjdk to 8-jdk
Update dependency org.jacoco:jacoco-maven-plugin to v0.8.12
Update dependency org.projectlombok:lombok to v1.18.32
  • Schedule: ["at any time"]
  • Branch name: renovate/lombok.version
  • Merge into: master
  • Upgrade org.projectlombok:lombok to 1.18.32
Update dependency org.slf4j:slf4j-api to v1.7.36
  • Schedule: ["at any time"]
  • Branch name: renovate/slf4j-monorepo
  • Merge into: master
  • Upgrade org.slf4j:slf4j-api to 1.7.36
Update powermock.version to v2.0.9
Update dependency com.fasterxml.jackson.core:jackson-databind to v2.17.1
Update dependency com.github.ipfs:java-ipfs-http-client to v1.4.4
Update dependency com.github.tomakehurst:wiremock to v2.35.2
Update dependency com.google.guava:guava to v27.1-jre
  • Schedule: ["at any time"]
  • Branch name: renovate/guava-monorepo
  • Merge into: master
  • Upgrade com.google.guava:guava to 27.1-jre
Update dependency commons-io:commons-io to v2.16.1
  • Schedule: ["at any time"]
  • Branch name: renovate/common-io.version
  • Merge into: master
  • Upgrade commons-io:commons-io to 2.16.1
Update dependency net.jodah:failsafe to v2.4.4
  • Schedule: ["at any time"]
  • Branch name: renovate/failsafe.version
  • Merge into: master
  • Upgrade net.jodah:failsafe to 2.4.4
Update dependency org.sonarsource.scanner.maven:sonar-maven-plugin to v3.11.0.3922
Update dependency org.springframework.data:spring-data-commons to v2.7.18
Update dependency org.testcontainers:testcontainers to v1.19.8
Update docker.elastic.co/elasticsearch/elasticsearch-oss Docker tag to v6.8.23
  • Schedule: ["at any time"]
  • Branch name: renovate/docker.elastic.co-elasticsearch-elasticsearch-oss-6.x
  • Merge into: master
  • Upgrade docker.elastic.co/elasticsearch/elasticsearch-oss to 6.8.23
Update elasticsearch.version to v6.8.23
Update logback.version to v1.5.6
Update spring boot to v2.7.18
Update unirest-java.version to v3.14.5
Update circleci/openjdk Docker tag to v11
  • Schedule: ["at any time"]
  • Branch name: renovate/circleci-openjdk-11.x
  • Merge into: master
  • Upgrade circleci/openjdk to 11-jdk
Update dependency com.github.tomakehurst:wiremock to v3
Update dependency com.google.guava:guava to v33
  • Schedule: ["at any time"]
  • Branch name: renovate/major-guava-monorepo
  • Merge into: master
  • Upgrade com.google.guava:guava to 33.2.1-jre
Update dependency com.konghq:unirest-objectmapper-jackson to v4
Update dependency org.apache.maven.plugins:maven-release-plugin to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/major-maven-release-plugin.version
  • Merge into: master
  • Upgrade org.apache.maven.plugins:maven-release-plugin to 3.1.0
Update dependency org.slf4j:slf4j-api to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/major-slf4j-monorepo
  • Merge into: master
  • Upgrade org.slf4j:slf4j-api to 2.0.13
Update dependency org.sonarsource.scanner.maven:sonar-maven-plugin to v4
Update dependency org.springframework.data:spring-data-commons to v3
Update docker.elastic.co/elasticsearch/elasticsearch-oss Docker tag to v7
  • Schedule: ["at any time"]
  • Branch name: renovate/docker.elastic.co-elasticsearch-elasticsearch-oss-7.x
  • Merge into: master
  • Upgrade docker.elastic.co/elasticsearch/elasticsearch-oss to 7.10.2
Update elasticsearch.version (major)
Update openjdk Docker tag to v11
  • Schedule: ["at any time"]
  • Branch name: renovate/openjdk-11.x
  • Merge into: master
  • Upgrade openjdk to 11.0.16-jre
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 net.andreinc.mockneat:mockneat

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.

0 participants