From 8577f92f7217b624b63287a1556e7082df344099 Mon Sep 17 00:00:00 2001 From: Christian Kreuzberger Date: Mon, 29 Nov 2021 11:20:22 +0100 Subject: [PATCH] chore: disable dependabot (#79) Signed-off-by: Christian Kreuzberger --- .github/dependabot.yml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 5f4c27a..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,12 +0,0 @@ -version: 2 -updates: - - package-ecosystem: github-actions - directory: "/" - schedule: - interval: daily - open-pull-requests-limit: 10 - - package-ecosystem: gomod - directory: "/" - schedule: - interval: daily - open-pull-requests-limit: 10