From 5d2cc2e59a7f80dffad028c7e18ce53796697788 Mon Sep 17 00:00:00 2001 From: John Gardiner Myers Date: Tue, 27 Jun 2023 17:14:07 -0700 Subject: [PATCH] Suppress dependabot updates for OpenShift --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 71cf5da00d..b537898579 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,6 +13,9 @@ updates: dev-dependencies: patterns: - "*" + ignore: + - dependency-name: "github.com/openshift/api" + - dependency-name: "github.com/openshift/client-go" - package-ecosystem: "github-actions" directory: "/" schedule: