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).
This commit is contained in:
Yuan Tang 2025-07-25 03:49:18 -04:00 committed by GitHub
parent 3216765c26
commit 34093fecd1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,8 +14,6 @@ updates:
schedule: schedule:
interval: "weekly" interval: "weekly"
day: "saturday" 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: labels:
- type/dependencies - type/dependencies
- python - python