Skip to content

Commit

Permalink
renovate add trusted dependencies
Browse files Browse the repository at this point in the history
Add google/cloud-sdk and docker/build-push-action to the list of
trusted dependencies for auto-merge PRs.

Signed-off-by: André Martins <andre@cilium.io>
  • Loading branch information
aanm committed Jun 21, 2024
1 parent 63b7bc5 commit 4d41865
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
{
"matchPackageNames": [
"go", // golang version directive upgrade in go.mod
"google/cloud-sdk", // google cloud-sdk official package name
"grpc-ecosystem/grpc-health-probe", // Grpc ecosystem
"kindest/node", // official kindest images
"kubernetes-sigs/kind", // official kind dependencies
Expand All @@ -95,8 +96,9 @@
],
"matchPackagePrefixes": [
"actions/", // GitHub official's GH actions
"cilium/", // Cilium's GH actions
"docker.io/library/", // official Docker images
"cilium/", // Cilium's GH actions,
"docker.io/library/", // official Docker images,
"docker/", // official Docker actions,
"gcr.io/distroless", // official distroless images
"gcr.io/etcd-development/etcd", // etcd
"ghcr.io/spiffe/", // Spiffe's official images
Expand Down

0 comments on commit 4d41865

Please sign in to comment.