From 1e6a9492a4656763cac62c059da35de578de203b Mon Sep 17 00:00:00 2001 From: "Jose R. Gonzalez" Date: Fri, 7 Jun 2024 12:37:36 -0500 Subject: [PATCH] Manually manage k8s dep updates (#444) Signed-off-by: Jose R. Gonzalez --- .github/dependabot.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3139c72b..fb6cc044 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,14 +4,13 @@ updates: directory: "/" schedule: interval: "weekly" - groups: - k8s: - applies-to: "version-updates" - patterns: - - "k8s.io/*" - - "sigs.k8s.io/*" - - "helm.sh/*" - - "github.com/helm/*" + ignore: + # Automatic updates for these are disabled as they are updated manually to + # align with platform dependencies defined at + # https://github.com/openshift/console. + - dependency-name: "k8s.io/*" + - dependency-name: "helm.sh/*" + - dependency-name: "github.com/helm/*" - package-ecosystem: github-actions directory: "/.github" schedule: