From a8d6b9b330bffb805cfd80c764867ce058f60188 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Sat, 20 Mar 2021 22:24:39 +0100 Subject: [PATCH] Disable dependabot Due to a bug in dependabot (see issue 2198 in the `dependabot/dependabot-core` repository), Dependabot would open pull requests on every fork, which would be inconvenient. So we're disabling the updates until this issue is fixed; since we currently have almost 50 open pull requests, it shouldn't affect us that much. --- .github/dependabot.yml | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 9a5141007..000000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,9 +0,0 @@ -version: 2 -updates: -- package-ecosystem: bundler - directory: "/" - schedule: - interval: daily - time: "06:00" - timezone: Europe/Madrid - open-pull-requests-limit: 25