mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-27 14:38:49 +00:00
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:
parent
3216765c26
commit
34093fecd1
1 changed files with 0 additions and 2 deletions
2
.github/dependabot.yml
vendored
2
.github/dependabot.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue