From c2e6a1408ddd46c8930ba5e23ae6199ee033680d Mon Sep 17 00:00:00 2001 From: Matt Moyer Date: Mon, 24 Aug 2020 16:20:34 -0500 Subject: [PATCH] Remove old generated directories from dependabot. (#72) These never worked quite right, so let's disable them for now: #51 We can probably come up with some better solution now with the new codegen scripts, but I'll leave that for later. Signed-off-by: Matt Moyer --- .github/dependabot.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3290887b..5abfdd56 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,16 +12,6 @@ updates: schedule: interval: "daily" - - package-ecosystem: "gomod" - directory: "/kubernetes/1.19/client-go/" - schedule: - interval: "daily" - - - package-ecosystem: "gomod" - directory: "/kubernetes/1.19/api/" - schedule: - interval: "daily" - - package-ecosystem: "gomod" directory: "/pkg/client" schedule: