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

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

Conversation

renovate-bot
Copy link

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

  • WORKSPACE (bazel)
  • cloudbuild.yaml (cloudbuild)
  • deploy/build-gke-templates/hydra-ic/cloudbuild.yaml (cloudbuild)
  • deploy/build-gke-templates/ic/cloudbuild.yaml (cloudbuild)
  • deploy/build-gke-templates/icdemo/cloudbuild.yaml (cloudbuild)
  • deploy/build-templates/dam/cloudbuild.yaml (cloudbuild)
  • deploy/build-templates/damdemo/cloudbuild.yaml (cloudbuild)
  • deploy/build-templates/hydra/cloudbuild.yaml (cloudbuild)
  • deploy/build-templates/ic/cloudbuild.yaml (cloudbuild)
  • deploy/build-templates/icdemo/cloudbuild.yaml (cloudbuild)
  • deploy/build-templates/personas/cloudbuild.yaml (cloudbuild)
  • deploy/build-gke-templates/hydra-ic/Dockerfile (dockerfile)
  • deploy/build-gke-templates/ic/Dockerfile (dockerfile)
  • deploy/build-gke-templates/icdemo/Dockerfile (dockerfile)
  • deploy/build-templates/dam/Dockerfile (dockerfile)
  • deploy/build-templates/damdemo/Dockerfile (dockerfile)
  • deploy/build-templates/hydra/Dockerfile (dockerfile)
  • deploy/build-templates/ic/Dockerfile (dockerfile)
  • deploy/build-templates/icdemo/Dockerfile (dockerfile)
  • deploy/build-templates/personas/Dockerfile (dockerfile)
  • .github/workflows/go.yml (github-actions)
  • .github/workflows/test.yml (github-actions)
  • go.mod (gomod)

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

Update google.golang.org/genproto digest to 8ffd90a
  • Schedule: ["at any time"]
  • Branch name: renovate/google.golang.org-genproto-digest
  • Merge into: master
  • Upgrade google.golang.org/genproto to 8ffd90a71988
Update google.golang.org/genproto/googleapis/api digest to 8ffd90a
Update google.golang.org/genproto/googleapis/rpc digest to 8ffd90a
Update module cloud.google.com/go/iam to v1.1.13
  • Schedule: ["at any time"]
  • Branch name: renovate/cloud.google.com-go-iam-1.x
  • Merge into: master
  • Upgrade cloud.google.com/go/iam to v1.1.13
Update module github.com/golang/glog to v1.2.2
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-golang-glog-1.x
  • Merge into: master
  • Upgrade github.com/golang/glog to v1.2.2
Update dependency bazel_gazelle to v0.38.0
  • Schedule: ["at any time"]
  • Branch name: renovate/bazel_gazelle-0.x
  • Merge into: master
  • Upgrade bazel_gazelle to v0.38.0
Update dependency io_bazel_rules_go to v0.49.0
  • Schedule: ["at any time"]
  • Branch name: renovate/io_bazel_rules_go-0.x
  • Merge into: master
  • Upgrade io_bazel_rules_go to v0.49.0
Update golang Docker tag to v1.22
  • Schedule: ["at any time"]
  • Branch name: renovate/golang-1.x
  • Merge into: master
  • Upgrade golang to 1.22-bullseye
Update module cloud.google.com/go/datastore to v1.17.1
  • Schedule: ["at any time"]
  • Branch name: renovate/cloud.google.com-go-datastore-1.x
  • Merge into: master
  • Upgrade cloud.google.com/go/datastore to v1.17.1
Update module cloud.google.com/go/kms to v1.18.5
  • Schedule: ["at any time"]
  • Branch name: renovate/cloud.google.com-go-kms-1.x
  • Merge into: master
  • Upgrade cloud.google.com/go/kms to v1.18.5
Update module cloud.google.com/go/logging to v1.11.0
  • Schedule: ["at any time"]
  • Branch name: renovate/cloud.google.com-go-logging-1.x
  • Merge into: master
  • Upgrade cloud.google.com/go/logging to v1.11.0
Update module cloud.google.com/go/secretmanager to v1.13.6
Update module github.com/alicebob/miniredis to v2.33.0
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-alicebob-miniredis-2.x
  • Merge into: master
  • Upgrade github.com/alicebob/miniredis to v2.33.0
Update module github.com/apache/thrift to v0.20.0
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-apache-thrift-0.x
  • Merge into: master
  • Upgrade github.com/apache/thrift to v0.20.0
Update module github.com/aws/aws-sdk-go to v1.55.5
  • Schedule: ["at any time"]
  • Branch name: renovate/aws-sdk-go-monorepo
  • Merge into: master
  • Upgrade github.com/aws/aws-sdk-go to v1.55.5
Update module golang.org/x/crypto to v0.26.0
  • Schedule: ["at any time"]
  • Branch name: renovate/golang.org-x-crypto-0.x
  • Merge into: master
  • Upgrade golang.org/x/crypto to v0.26.0
Update module golang.org/x/oauth2 to v0.22.0
  • Schedule: ["at any time"]
  • Branch name: renovate/golang.org-x-oauth2-0.x
  • Merge into: master
  • Upgrade golang.org/x/oauth2 to v0.22.0
Update module golang.org/x/text to v0.17.0
  • Schedule: ["at any time"]
  • Branch name: renovate/golang.org-x-text-0.x
  • Merge into: master
  • Upgrade golang.org/x/text to v0.17.0
Update module google.golang.org/api to v0.191.0
  • Schedule: ["at any time"]
  • Branch name: renovate/google.golang.org-api-0.x
  • Merge into: master
  • Upgrade google.golang.org/api to v0.191.0
Update module google.golang.org/grpc to v1.65.0
  • Schedule: ["at any time"]
  • Branch name: renovate/google.golang.org-grpc-1.x
  • Merge into: master
  • Upgrade google.golang.org/grpc to v1.65.0
Update module google.golang.org/protobuf to v1.34.2
  • Schedule: ["at any time"]
  • Branch name: renovate/google.golang.org-protobuf-1.x
  • Merge into: master
  • Upgrade google.golang.org/protobuf to v1.34.2
Update actions/checkout action to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-checkout-4.x
  • Merge into: master
  • 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: master
  • Upgrade actions/setup-go to v5
Update module github.com/go-jose/go-jose/v3 to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-go-jose-go-jose-v3-4.x
  • Merge into: master
  • Upgrade github.com/go-jose/go-jose/v3 to v4.0.4

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

  • Could not determine new digest for update (github-releases package protocolbuffers/protobuf)

Files affected: WORKSPACE


❓ 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 was generated by Mend Renovate. View the repository job log.

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