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

Closed
wants to merge 1 commit into from
Closed

Configure Renovate #26

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

  • native/Dockerfile-dockcross (dockerfile)
  • .github/workflows/gradle-wrapper-validation.yml (github-actions)
  • .github/workflows/gradle.yml (github-actions)
  • .github/workflows/release.yml (github-actions)
  • native/compress/compress-jni/go.mod (gomod)
  • gradle.properties (gradle)
  • settings.gradle (gradle)
  • build.gradle (gradle)
  • acceptance-tests/build.gradle (gradle)
  • buildSrc/build.gradle (gradle)
  • buildSrc/src/main/groovy/common-plugins.gradle (gradle)
  • gradle/allprojects.gradle (gradle)
  • gradle/build-aliases.gradle (gradle)
  • gradle/check-licenses.gradle (gradle)
  • gradle/common-dependencies.gradle (gradle)
  • gradle/dependency-management.gradle (gradle)
  • gradle/dist.gradle (gradle)
  • gradle/java.gradle (gradle)
  • gradle/lint.gradle (gradle)
  • gradle/publishing.gradle (gradle)
  • gradle/tests.gradle (gradle)
  • native/compress/build.gradle (gradle)
  • sequencer/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 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 21 Pull Requests:

Update besuVersion to v24.6-develop-8571db2
Update dependency net.consensys.linea.zktracer:arithmetization to v0.1.5-rc2
Update dependency org.awaitility:awaitility to v4.2.1
  • Schedule: ["at any time"]
  • Branch name: renovate/org.awaitility-awaitility-4.x
  • Merge into: main
  • Upgrade org.awaitility:awaitility to 4.2.1
Update dependency org.slf4j:slf4j-api to v2.0.13
  • Schedule: ["at any time"]
  • Branch name: renovate/slf4j-monorepo
  • Merge into: main
  • Upgrade org.slf4j:slf4j-api to 2.0.13
Update info.picocli:4.7.5 to v4.7.6
Update module github.com/consensys/compress to v0.2.5
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-consensys-compress-0.x
  • Merge into: main
  • Upgrade github.com/consensys/compress to v0.2.5
Update dependency com.fasterxml.jackson.core:jackson-databind to v2.17.1
Update dependency com.fasterxml.jackson.dataformat:jackson-dataformat-yaml to v2.17.1
Update dependency com.fasterxml.jackson.datatype:jackson-datatype-jdk8 to v2.17.1
Update dependency com.google.guava:guava to v33.2.1-jre
  • Schedule: ["at any time"]
  • Branch name: renovate/guava-monorepo
  • Merge into: main
  • Upgrade com.google.guava:guava to 33.2.1-jre
Update dependency com.slack.api:slack-api-client to v1.40.1
  • Schedule: ["at any time"]
  • Branch name: renovate/com.slack.api-slack-api-client-1.x
  • Merge into: main
  • Upgrade com.slack.api:slack-api-client to 1.40.1
Update dependency commons-io:commons-io to v2.16.1
  • Schedule: ["at any time"]
  • Branch name: renovate/commons-io-commons-io-2.x
  • Merge into: main
  • Upgrade commons-io:commons-io to 2.16.1
Update dependency org.assertj:assertj-core to v3.26.0
  • Schedule: ["at any time"]
  • Branch name: renovate/org.assertj-assertj-core-3.x
  • Merge into: main
  • Upgrade org.assertj:assertj-core to 3.26.0
Update mockito monorepo to v5.12.0
Update org.bouncycastle:1.77 to v1.78.1
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-go action to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-setup-go-5.x
  • Merge into: main
  • Upgrade actions/setup-go to v5
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 actions/upload-artifact action to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/major-github-artifact-actions
  • Merge into: main
  • Upgrade actions/upload-artifact to v4
Update gradle/wrapper-validation-action action to v3
Update org.web3j:4.12.0 to v5 (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 io.consensys.linea-besu:internal
  • Failed to look up maven package org.bouncycastle:jcajce

Files affected: gradle.properties, gradle/dependency-management.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 has been generated by Mend Renovate. View repository job log here.

@fab-10
Copy link
Contributor

fab-10 commented Jun 24, 2024

not requested

@fab-10 fab-10 closed this Jun 24, 2024
@fab-10 fab-10 deleted the renovate/configure branch June 24, 2024 16:23
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