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

Merged
merged 1 commit into from
May 29, 2023
Merged

Configure Renovate #200

merged 1 commit into from
May 29, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 29, 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

  • packages/server/computation_container/WORKSPACE (bazel)
  • proto/bazel/repositories.bzl (bazel)
  • demo/src/docker-compose.yml (docker-compose)
  • packages/server/beaver_triple_service/docker-compose.yml (docker-compose)
  • packages/server/computation_container/docker-compose.yml (docker-compose)
  • packages/server/manage_container/docker-compose.yml (docker-compose)
  • proto/docker-compose.yml (docker-compose)
  • scripts/docker-compose.benchmark.yml (docker-compose)
  • scripts/docker-compose.core.yml (docker-compose)
  • scripts/docker-compose.datadog.yml (docker-compose)
  • scripts/docker-compose.dev.yml (docker-compose)
  • scripts/docker-compose.medium.yml (docker-compose)
  • scripts/docker-compose.small.yml (docker-compose)
  • packages/server/beaver_triple_service/Dockerfile (dockerfile)
  • packages/server/computation_container/Dockerfile (dockerfile)
  • packages/server/manage_container/Dockerfile (dockerfile)
  • packages/server/manage_container/envoy.Dockerfile (dockerfile)
  • proto/Dockerfile (dockerfile)
  • scripts/libclient/Dockerfile (dockerfile)
  • .github/actions/build_images_with_cache/action.yml (github-actions)
  • .github/actions/prepare_container_test/action.yml (github-actions)
  • .github/actions/prepare_libclient_test/action.yml (github-actions)
  • .github/workflows/release-client-libclient-py.yml (github-actions)
  • .github/workflows/release-server-all.yml (github-actions)
  • .github/workflows/test-client-libclient-py.yml (github-actions)
  • .github/workflows/test-server-all.yml (github-actions)
  • packages/server/beaver_triple_service/go.mod (gomod)
  • packages/server/manage_container/go.mod (gomod)
  • proto/common_types/go.mod (gomod)
  • proto/engine_to_bts/go.mod (gomod)
  • proto/libc_to_manage_container/go.mod (gomod)
  • proto/manage_to_computation_container/go.mod (gomod)
  • proto/manage_to_manage_container/go.mod (gomod)
  • demo/client_demo/Pipfile (pipenv)
  • packages/client/libclient-py/Pipfile (pipenv)
  • scripts/container_test/Pipfile (pipenv)
  • packages/client/libclient-py/setup.cfg (setup-cfg)
  • demo/terraform/gcp/main.tf (terraform)

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

Update module golang.org/x/net to v0.7.0 [SECURITY]
  • Branch name: renovate/go-golang.org/x/net-vulnerability
  • Merge into: main
  • Upgrade golang.org/x/net to v0.7.0
Update github.com/acompany-develop/QuickMPC/proto/common_types digest to 6bb39b9
Update github.com/acompany-develop/QuickMPC/proto/engine_to_bts digest to 6bb39b9
Update github.com/acompany-develop/QuickMPC/proto/libc_to_manage_container digest to 6bb39b9
Update github.com/acompany-develop/QuickMPC/proto/manage_to_computation_container digest to 6bb39b9
Update github.com/acompany-develop/QuickMPC/proto/manage_to_manage_container digest to 6bb39b9
Update dependency rules_proto to v4.0.0
  • Schedule: ["at any time"]
  • Branch name: renovate/rules_proto-4.x
  • Merge into: main
  • Upgrade rules_proto to 4.0.0
Update ghcr.io/grpc-ecosystem/grpc-health-probe Docker tag to v0.4.18
  • Schedule: ["at any time"]
  • Branch name: renovate/ghcr.io-grpc-ecosystem-grpc-health-probe-0.x
  • Merge into: main
  • Upgrade ghcr.io/grpc-ecosystem/grpc-health-probe to v0.4.18
Update module github.com/golang/protobuf to v1.5.3
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-golang-protobuf-1.x
  • Merge into: main
  • Upgrade github.com/golang/protobuf to v1.5.3
Update alpine Docker tag to v3.18.0
  • Schedule: ["at any time"]
  • Branch name: renovate/alpine-3.x
  • Merge into: main
  • Upgrade alpine to 3.18.0
Update dependency com_github_grpc_grpc to v1.55.0
  • Schedule: ["at any time"]
  • Branch name: renovate/com_github_grpc_grpc-1.x
  • Merge into: main
  • Upgrade com_github_grpc_grpc to v1.55.0
Update dependency grpcio-status to v1.54.2
  • Schedule: ["at any time"]
  • Branch name: renovate/grpcio-status-1.x
  • Merge into: main
  • Upgrade grpcio-status to ==1.54.2
Update dependency grpcio-tools to v1.54.2
  • Schedule: ["at any time"]
  • Branch name: renovate/grpcio-tools-1.x
  • Merge into: main
  • Upgrade grpcio-tools to ==1.54.2
Update dependency nlohmann_json to v3.11.2
  • Schedule: ["at any time"]
  • Branch name: renovate/nlohmann_json-3.x
  • Merge into: main
  • Upgrade nlohmann_json to v3.11.2
Update envoyproxy/envoy Docker tag to v1.26.1
  • Schedule: ["at any time"]
  • Branch name: renovate/envoyproxy-envoy-1.x
  • Merge into: main
  • Upgrade envoyproxy/envoy to v1.26.1
Update module github.com/golang-jwt/jwt/v4 to v4.5.0
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-golang-jwt-jwt-v4-4.x
  • Merge into: main
  • Upgrade github.com/golang-jwt/jwt/v4 to v4.5.0
Update module github.com/google/uuid to v1.3.0
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-google-uuid-1.x
  • Merge into: main
  • Upgrade github.com/google/uuid to v1.3.0
Update module github.com/grpc-ecosystem/go-grpc-middleware to v1.4.0
Update module github.com/spf13/cobra to v1.7.0
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-spf13-cobra-1.x
  • Merge into: main
  • Upgrade github.com/spf13/cobra to v1.7.0
Update module go.uber.org/zap to v1.24.0
  • Schedule: ["at any time"]
  • Branch name: renovate/go.uber.org-zap-1.x
  • Merge into: main
  • Upgrade go.uber.org/zap to v1.24.0
Update module golang.org/x/crypto to v0.9.0
  • Schedule: ["at any time"]
  • Branch name: renovate/golang.org-x-crypto-0.x
  • Merge into: main
  • Upgrade golang.org/x/crypto to a4e984136a63c90def42a9336ac6507c2f6a896d
Update module golang.org/x/net to v0.10.0
  • Schedule: ["at any time"]
  • Branch name: renovate/golang.org-x-net-0.x
  • Merge into: main
  • Upgrade golang.org/x/net to v0.10.0
Update module golang.org/x/sys to v0.8.0
  • Schedule: ["at any time"]
  • Branch name: renovate/golang.org-x-sys-0.x
  • Merge into: main
  • Upgrade golang.org/x/sys to ca59edaa5a761e1d0ea91d6c07b063f85ef24f78
  • Upgrade golang.org/x/sys to v0.8.0
Update module golang.org/x/text to v0.9.0
  • Schedule: ["at any time"]
  • Branch name: renovate/golang.org-x-text-0.x
  • Merge into: main
  • Upgrade golang.org/x/text to v0.9.0
Update module google.golang.org/grpc to v1.55.0
  • Schedule: ["at any time"]
  • Branch name: renovate/google.golang.org-grpc-1.x
  • Merge into: main
  • Upgrade google.golang.org/grpc to v1.55.0
Update module google.golang.org/protobuf to v1.30.0
  • Schedule: ["at any time"]
  • Branch name: renovate/google.golang.org-protobuf-1.x
  • Merge into: main
  • Upgrade google.golang.org/protobuf to v1.30.0
Update module gopkg.in/yaml.v2 to v2.4.0
  • Schedule: ["at any time"]
  • Branch name: renovate/gopkg.in-yaml.v2-2.x
  • Merge into: main
  • Upgrade gopkg.in/yaml.v2 to v2.4.0
Update python Docker tag to v3.11
  • Schedule: ["at any time"]
  • Branch name: renovate/python-3.x
  • Merge into: main
  • Upgrade python to 3.11
Update actions/checkout action to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-checkout-3.x
  • Merge into: main
  • Upgrade actions/checkout to v3
Update actions/setup-python action to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-setup-python-4.x
  • Merge into: main
  • Upgrade actions/setup-python to v4
Update docker/build-push-action action to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/docker-build-push-action-4.x
  • Merge into: main
  • Upgrade docker/build-push-action to v4
Update module github.com/golang-jwt/jwt/v4 to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-golang-jwt-jwt-v4-5.x
  • Merge into: main
  • Upgrade github.com/golang-jwt/jwt/v4 to v5.0.0
Update module gopkg.in/yaml.v2 to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/gopkg.in-yaml.v2-3.x
  • Merge into: main
  • Upgrade gopkg.in/yaml.v2 to v3.0.1
Update ubuntu Docker tag to v22
  • Schedule: ["at any time"]
  • Branch name: renovate/ubuntu-22.x
  • Merge into: main
  • Upgrade ubuntu to 22.04

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

@sakamoto-souta sakamoto-souta merged commit cc37ce5 into main May 29, 2023
@sakamoto-souta sakamoto-souta deleted the renovate/configure branch May 29, 2023 09:10
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