From 205ea621ccff8897f3636c9654272dd5c8fe59f4 Mon Sep 17 00:00:00 2001 From: Egon Elbre Date: Thu, 6 May 2021 19:25:52 +0300 Subject: [PATCH] .github: remove noisy dependabot It seems to bump on any minor release bump and consuming Jenkins resources. This way of reviewing dependency updates is rather slow. A more effective way is to review all things that can be updated at the same time. Change-Id: I0a66fd04ab20cae40b049bff9c373ca908a49de0 --- .github/dependabot.yml | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 182b2d974..000000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,7 +0,0 @@ -version: 2 -updates: - - package-ecosystem: gomod - directory: "/." - schedule: - interval: "weekly" - open-pull-requests-limit: 3