From 44eeb5dc017d5480fb4ce712d89913c2d725bef7 Mon Sep 17 00:00:00 2001 From: Christopher Haar Date: Thu, 4 Jan 2024 16:17:56 +0100 Subject: [PATCH] fix(family): remove family provider from dependsOn Signed-off-by: Christopher Haar --- crossplane.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/crossplane.yaml b/crossplane.yaml index 53a5b45..49e0d70 100644 --- a/crossplane.yaml +++ b/crossplane.yaml @@ -10,9 +10,6 @@ spec: crossplane: version: ">=v1.14.1-0" dependsOn: - - provider: xpkg.upbound.io/upbound/provider-family-aws - # renovate: datasource=github-releases depName=upbound/provider-aws - version: "v0.47.0" - provider: xpkg.upbound.io/upbound/provider-aws-ec2 # renovate: datasource=github-releases depName=upbound/provider-aws version: "v0.47.0"