From 5c7ace4882f816c8003fd7b8c44cf7ea2c171916 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Mon, 13 Mar 2023 11:26:20 +0100 Subject: [PATCH] Disable dependabot. There is no simple way to disable it. Keep the file just in case. --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6a456254a9..29542e98c6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,6 +10,8 @@ updates: directory: "/" schedule: interval: "daily" + ignore: + - dependency-name: "*" reviewers: - "vector-im/element-x-android-reviewers" # Updates for Gradle dependencies used in the app @@ -18,5 +20,7 @@ updates: schedule: interval: "daily" open-pull-requests-limit: 200 + ignore: + - dependency-name: "*" reviewers: - "vector-im/element-x-android-reviewers"