From a9f0787afcbda61202541e900745c4af26a77d30 Mon Sep 17 00:00:00 2001 From: meyric Date: Fri, 23 Aug 2024 12:53:25 +0100 Subject: [PATCH] Disable dependabot version updates We use Renovate for this, but still want dependabot security scanning so we configure 0 pull requests: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates#disabling-dependabot-version-updates --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4695914..61c1edc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,4 @@ updates: directory: "/" schedule: interval: "daily" + open-pull-requests-limit: 0