From fa5eda6d39400ac3eb342a057010b481afe47c00 Mon Sep 17 00:00:00 2001 From: Andrei Pavlov Date: Wed, 14 Aug 2024 07:34:08 +0700 Subject: [PATCH] Ignore k8s.io/api dependencies update Signed-off-by: Andrei Pavlov --- .github/dependabot.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index d7d568c7d..6242043d2 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -10,8 +10,9 @@ updates: - dependency-name: k8s.io/apimachinery - dependency-name: k8s.io/client-go - dependency-name: sigs.k8s.io/controller-runtime + - dependency-name: k8s.io/apiextensions-apiserver - package-ecosystem: github-actions directory: "/" schedule: interval: daily - open-pull-requests-limit: 5 \ No newline at end of file + open-pull-requests-limit: 5