From 34093fecd1ab4fa3c07af85c346dd2fc499ff7ee Mon Sep 17 00:00:00 2001 From: Yuan Tang Date: Fri, 25 Jul 2025 03:49:18 -0400 Subject: [PATCH] ci: Remove `open-pull-requests-limit: 0` from dependabot.yml (#2900) This might fix issues in https://github.com/meta-llama/llama-stack/pull/2899 and https://github.com/meta-llama/llama-stack/pull/2897 where uv dependencies are not being upgraded correctly (`uv.lock` is not being updated). --- .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