From 5253802c88d2d4038bded6e70cc5205962097c52 Mon Sep 17 00:00:00 2001 From: "Jose R. Gonzalez" Date: Thu, 6 Jun 2024 13:43:22 -0500 Subject: [PATCH] Manually manage k8s dep updates 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: