From 74286f2d91e96f3b92df67d53fbac32df2f8a054 Mon Sep 17 00:00:00 2001 From: Pedro Cunha Date: Tue, 17 Sep 2024 18:54:06 +0100 Subject: [PATCH] Disable Dependabot version updates This allows security updates to still get created. This behavior is documented at https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates#overriding-the-default-behavior-with-a-configuration-file --- .github/dependabot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 634c937e..bf0baaf3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,8 @@ updates: directory: "/" schedule: interval: daily - open-pull-requests-limit: 20 + # disable version updates + open-pull-requests-limit: 0 assignees: - "Pyker" ignore: