From a0e0e3d78f41324a1f363e643abc7fff38ae6a03 Mon Sep 17 00:00:00 2001 From: terashima Date: Thu, 26 Sep 2024 05:26:00 +0000 Subject: [PATCH] dependabot ignores k8s related packages Signed-off-by: terashima --- .github/dependabot.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index e6215f2..b81a9ef 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -4,6 +4,9 @@ updates: directory: '/' schedule: interval: "weekly" + ignore: + - dependency-name: "k8s.io/*" + - dependency-name: "sigs.k8s.io/*" - package-ecosystem: 'github-actions' directory: '/' schedule: