From 5a25c7c35ea71bfb825e869248707c3b46c3fccc Mon Sep 17 00:00:00 2001 From: Pedro Cunha Date: Fri, 25 Oct 2024 19:31:38 +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 4872c5a..22b275e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,4 +4,5 @@ updates: directory: "/" schedule: interval: daily - open-pull-requests-limit: 10 + # disable version updates + open-pull-requests-limit: 0