From 113603fe268789de739385d1c338d9fe62dfe856 Mon Sep 17 00:00:00 2001 From: Yuan Tang Date: Thu, 24 Jul 2025 21:24:23 -0400 Subject: [PATCH] ci: Remove `open-pull-requests-limit: 0` from dependabot.yml --- .github/dependabot.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d68af5615..134efd93b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,8 +14,6 @@ updates: schedule: interval: "weekly" day: "saturday" - # ignore all non-security updates: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#open-pull-requests-limit - open-pull-requests-limit: 0 labels: - type/dependencies - python