Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented May 7, 2025

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

  • cmd/guard-learner/Dockerfile (dockerfile)
  • cmd/guard-rproxy/Dockerfile (dockerfile)
  • cmd/guard-ui/Dockerfile (dockerfile)
  • .github/workflows/guard-learner-docker-publish.yml (github-actions)
  • .github/workflows/guard-rproxy-docker-publish.yml (github-actions)
  • .github/workflows/guard-ui-docker-publish.yml (github-actions)
  • go.mod (gomod)
  • cmd/guard-ui/frontend/package.json (npm)

Configuration Summary

Based on the default config's presets, Renovate will:

  • Start dependency updates only once this onboarding PR is merged
  • Hopefully safe environment variables to allow users to configure.
  • 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 (except for nuget) 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 22 Pull Requests:

Update docker/build-push-action digest to 14487ce
  • Schedule: ["at any time"]
  • Branch name: renovate/docker-build-push-action-digest
  • Merge into: main
  • Upgrade docker/build-push-action to 14487ce63c7a62a4a324b0bfb37086795e31c6c1
Update docker/login-action digest to 6d4b68b
  • Schedule: ["at any time"]
  • Branch name: renovate/docker-login-action-digest
  • Merge into: main
  • Upgrade docker/login-action to 6d4b68b490aef8836e8fb5e50ee7b3bdfa5894f0
Update docker/metadata-action digest to 418e4b9
  • Schedule: ["at any time"]
  • Branch name: renovate/docker-metadata-action-digest
  • Merge into: main
  • Upgrade docker/metadata-action to 418e4b98bf2841bd337d0b24fe63cb36dc8afa55
Update docker/setup-buildx-action digest to e600775
  • Schedule: ["at any time"]
  • Branch name: renovate/docker-setup-buildx-action-digest
  • Merge into: main
  • Upgrade docker/setup-buildx-action to e600775e527acba2317260cadb64b7e19efd5362
Update knative.dev/pkg digest to d5e74d2
  • Schedule: ["at any time"]
  • Branch name: renovate/knative.dev-pkg-digest
  • Merge into: main
  • Upgrade knative.dev/pkg to d5e74d29daa3
Update sigstore/cosign-installer digest to 3454372
  • Schedule: ["at any time"]
  • Branch name: renovate/sigstore-cosign-installer-digest
  • Merge into: main
  • Upgrade sigstore/cosign-installer to 3454372f43399081ed03b604cb2d021dabca52bb
Update module github.com/gorilla/mux to v1.8.1
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-gorilla-mux-1.x
  • Merge into: main
  • Upgrade github.com/gorilla/mux to v1.8.1
Update module github.com/IBM/go-security-plugs to v1.3.20
Update dependency @​mui/material to v5.17.1
  • Schedule: ["at any time"]
  • Branch name: renovate/material-ui-monorepo
  • Merge into: main
  • Upgrade @mui/material to 5.17.1
Update dependency @testing-library/jest-dom to v5.17.0
  • Schedule: ["at any time"]
  • Branch name: renovate/testing-library-monorepo
  • Merge into: main
  • Upgrade @testing-library/jest-dom to 5.17.0
Update emotion monorepo to v11.14.0
  • Schedule: ["at any time"]
  • Branch name: renovate/emotion-monorepo
  • Merge into: main
  • Upgrade @emotion/react to 11.14.0
  • Upgrade @emotion/styled to 11.14.0
Update golang Docker tag to v1.24
  • Schedule: ["at any time"]
  • Branch name: renovate/golang-1.x
  • Merge into: main
  • Upgrade golang to 1.24
Update kubernetes packages to v0.33.0
Update module github.com/google/uuid to v1.6.0
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-google-uuid-1.x
  • Merge into: main
  • Upgrade github.com/google/uuid to v1.6.0
Update module go.uber.org/zap to v1.27.0
  • Schedule: ["at any time"]
  • Branch name: renovate/go.uber.org-zap-1.x
  • Merge into: main
  • Upgrade go.uber.org/zap to v1.27.0
Update module k8s.io/klog/v2 to v2.130.1
  • Schedule: ["at any time"]
  • Branch name: renovate/k8s.io-klog-v2-2.x
  • Merge into: main
  • Upgrade k8s.io/klog/v2 to 75663bb798999a49e3e4c0f2375ed5cca8164194
Update module knative.dev/serving to v0.45.0
  • Schedule: ["at any time"]
  • Branch name: renovate/knative.dev-serving-0.x
  • Merge into: main
  • Upgrade knative.dev/serving to a4c4491ecfd41015de81b6038827ba2e3d02a756
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 dependency @​mui/material to v7
  • Schedule: ["at any time"]
  • Branch name: renovate/major-material-ui-monorepo
  • Merge into: main
  • Upgrade @mui/material to ^7.0.0
Update dependency web-vitals to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/web-vitals-5.x
  • Merge into: main
  • Upgrade web-vitals to ^5.0.0
Update react monorepo to v19 (major)
  • Schedule: ["at any time"]
  • Branch name: renovate/major-react-monorepo
  • Merge into: main
  • Upgrade react to ^19.0.0
  • Upgrade react-dom to ^19.0.0
Update testing-library monorepo (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 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