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

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

Configure Renovate #154

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)
  • sdk/js/docker-compose.yml (docker-compose)
  • services/relayer/docker-compose.yml (docker-compose)
  • test-blockchains/docker-compose-5blockchains.yml (docker-compose)
  • test-blockchains/docker-compose.yml (docker-compose)
  • services/message-store/Dockerfile (dockerfile)
  • services/relayer/Dockerfile (dockerfile)
  • sdk/go/go.mod (gomod)
  • services/message-store/go.mod (gomod)
  • services/relayer/go.mod (gomod)
  • gradle.properties (gradle)
  • settings.gradle (gradle)
  • build.gradle (gradle)
  • applications/20acts/javatest/build.gradle (gradle)
  • applications/gpact/erc20bridge/javatest/build.gradle (gradle)
  • applications/sfc/erc20bridge/javatest/build.gradle (gradle)
  • applications/sfc/erc721bridge/javatest/build.gradle (gradle)
  • commontest/java/build.gradle (gradle)
  • contracts/javatest/build.gradle (gradle)
  • performance/singlebc/hotel-train/java/build.gradle (gradle)
  • performance/singlebc/read/java/build.gradle (gradle)
  • performance/singlebc/trade/java/build.gradle (gradle)
  • performance/singlebc/write/java/build.gradle (gradle)
  • sdk/java/build.gradle (gradle)
  • utils/pkey/build.gradle (gradle)
  • gradle/wrapper/gradle-wrapper.properties (gradle-wrapper)
  • package.json (npm)
  • sdk/js/package.json (npm)
  • services/relayer/deploy/main.tf (terraform)

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 46 Pull Requests:

Update github.com/ConsenSys/gpact/sdk/go digest to 7c2dc49
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-consensys-gpact-sdk-go-digest
  • Merge into: main
  • Upgrade github.com/ConsenSys/gpact/sdk/go to 7c2dc49a0be4
Update github.com/consensys/gpact/services/relayer digest to 7c2dc49
Update Terraform aws to ~> 3.76.0
  • Schedule: ["at any time"]
  • Branch name: renovate/aws-3.x
  • Merge into: main
  • Upgrade aws to ~> 3.76.0
Update cimg/go Docker tag to v1.22.4
  • Schedule: ["at any time"]
  • Branch name: renovate/cimg-go-1.x
  • Merge into: main
  • Upgrade cimg/go to 1.22.4
Update dependency com.fasterxml.jackson.core:jackson-databind to v2.17.1
Update dependency com.google.guava:guava to v31.1-jre
  • Schedule: ["at any time"]
  • Branch name: renovate/guava-monorepo
  • Merge into: main
  • Upgrade com.google.guava:guava to 31.1-jre
Update dependency gradle to v7.6.4
  • Schedule: ["at any time"]
  • Branch name: renovate/gradle-7.x
  • Merge into: main
  • Upgrade gradle to 7.6.4
Update dependency node-fetch to v3.3.2
  • Schedule: ["at any time"]
  • Branch name: renovate/node-fetch-3.x-lockfile
  • Merge into: main
  • Upgrade node-fetch to 3.3.2
Update dependency org.apache.tuweni:tuweni-bytes to v1.1.0
Update dependency org.apache.tuweni:tuweni-units to v1.1.0
Update dependency org.bouncycastle:bcprov-jdk15on to v1.70
Update dependency prettier to v2.8.8
  • Schedule: ["at any time"]
  • Branch name: renovate/prettier-2.x-lockfile
  • Merge into: main
  • Upgrade prettier to 2.8.8
Update dependency prettier-plugin-solidity to v1.3.1
  • Schedule: ["at any time"]
  • Branch name: renovate/prettier-plugin-solidity-1.x-lockfile
  • Merge into: main
  • Upgrade prettier-plugin-solidity to 1.3.1
Update dependency solhint to v3.6.2
  • Schedule: ["at any time"]
  • Branch name: renovate/solhint-3.x-lockfile
  • Merge into: main
  • Upgrade solhint to 3.6.2
Update dependency solhint-plugin-prettier to ^0.1.0
  • Schedule: ["at any time"]
  • Branch name: renovate/solhint-plugin-prettier-0.x
  • Merge into: main
  • Upgrade solhint-plugin-prettier to ^0.1.0
Update dependency web3 to v1.10.4
  • Schedule: ["at any time"]
  • Branch name: renovate/web3-1.x-lockfile
  • Merge into: main
  • Upgrade web3 to 1.10.4
Update golang Docker tag to v1.22
  • Schedule: ["at any time"]
  • Branch name: renovate/golang-1.x
  • Merge into: main
  • Upgrade golang to 1.22-alpine
Update junit5 monorepo to v5.10.2
Update log4j2 monorepo to v2.23.1
Update module github.com/ethereum/go-ethereum to v1.14.5
Update module github.com/gin-gonic/gin to v1.10.0
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-gin-gonic-gin-1.x
  • Merge into: main
  • Upgrade github.com/gin-gonic/gin to v1.10.0
Update module github.com/ipfs/go-datastore to v0.6.0
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-ipfs-go-datastore-0.x
  • Merge into: main
  • Upgrade github.com/ipfs/go-datastore to v0.6.0
Update module github.com/joho/godotenv to v1.5.1
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-joho-godotenv-1.x
  • Merge into: main
  • Upgrade github.com/joho/godotenv to v1.5.1
Update module github.com/rs/zerolog to v1.33.0
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-rs-zerolog-1.x
  • Merge into: main
  • Upgrade github.com/rs/zerolog to v1.33.0
Update module github.com/spf13/viper to v1.19.0
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-spf13-viper-1.x
  • Merge into: main
  • Upgrade github.com/spf13/viper to v1.19.0
Update module github.com/stretchr/testify to v1.9.0
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-stretchr-testify-1.x
  • Merge into: main
  • Upgrade github.com/stretchr/testify to v1.9.0
Update module github.com/urfave/cli/v2 to v2.27.2
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-urfave-cli-v2-2.x
  • Merge into: main
  • Upgrade github.com/urfave/cli/v2 to v2.27.2
Update module golang.org/x/crypto to v0.24.0
  • Schedule: ["at any time"]
  • Branch name: renovate/golang.org-x-crypto-0.x
  • Merge into: main
  • Upgrade golang.org/x/crypto to 332fd656f4f013f66e643818fe8c759538456535
Update module gopkg.in/natefinch/lumberjack.v2 to v2.2.1
Update okhttp monorepo to v4.12.0
Update plugin com.diffplug.spotless to v5.17.1
  • Schedule: ["at any time"]
  • Branch name: renovate/com.diffplug.spotless-5.x
  • Merge into: main
  • Upgrade com.diffplug.spotless to 5.17.1
Update plugin com.github.node-gradle.node to v3.6.0
  • Schedule: ["at any time"]
  • Branch name: renovate/com.github.node-gradle.node-3.x
  • Merge into: main
  • Upgrade com.github.node-gradle.node to 3.6.0
Update rabbitmq Docker tag to v3.13
  • Schedule: ["at any time"]
  • Branch name: renovate/rabbitmq-3.x
  • Merge into: main
  • Upgrade rabbitmq to 3.13-management
Update web3jVersion to v4.12.0
Update Terraform aws to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/aws-5.x
  • Merge into: main
  • Upgrade aws to ~> 5.55.0
Update dependency com.google.guava:guava to v33
  • Schedule: ["at any time"]
  • Branch name: renovate/major-guava-monorepo
  • Merge into: main
  • Upgrade com.google.guava:guava to 33.2.1-jre
Update dependency gradle to v8
  • Schedule: ["at any time"]
  • Branch name: renovate/gradle-8.x
  • Merge into: main
  • Upgrade gradle to 8.8
Update dependency org.apache.tuweni:tuweni-bytes to v2
Update dependency org.apache.tuweni:tuweni-units to v2
Update dependency prettier to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/prettier-3.x
  • Merge into: main
  • Upgrade prettier to ^3.0.0
Update dependency solhint to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/solhint-5.x
  • Merge into: main
  • Upgrade solhint to ^5.0.0
Update dependency web3 to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/web3-4.x
  • Merge into: main
  • Upgrade web3 to ^4.0.0
Update module github.com/streadway/amqp to v1
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-streadway-amqp-1.x
  • Merge into: main
  • Upgrade github.com/streadway/amqp to 9d1cbf77f32bc7d175ed91e6af0e74bf8606379e
Update plugin com.diffplug.spotless to v6
  • Schedule: ["at any time"]
  • Branch name: renovate/com.diffplug.spotless-6.x
  • Merge into: main
  • Upgrade com.diffplug.spotless to 6.25.0
Update plugin com.github.node-gradle.node to v7
  • Schedule: ["at any time"]
  • Branch name: renovate/com.github.node-gradle.node-7.x
  • Merge into: main
  • Upgrade com.github.node-gradle.node to 7.0.2
Update web3jVersion 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.


❓ 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