From c1405a2775f80394019868ecabe4a9251467c93a Mon Sep 17 00:00:00 2001 From: Christian Kotzbauer Date: Tue, 29 Mar 2022 12:59:16 +0200 Subject: [PATCH] chore: remove dependabot [skip ci] Signed-off-by: Christian Kotzbauer --- .github/dependabot.yml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index afe2184..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,11 +0,0 @@ -version: 2 -updates: -- package-ecosystem: github-actions - directory: "/" - schedule: - interval: daily - open-pull-requests-limit: 10 - reviewers: - - ckotzbauer - labels: - - kind/dependencies