diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1557856ce5..57d4f33201 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,8 +1,14 @@ version: 2 updates: - - package-ecosystem: pip + - package-ecosystem: uv directory: "/" schedule: interval: weekly day: tuesday - open-pull-requests-limit: 0 + open-pull-requests-limit: 5 + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: weekly + day: tuesday + open-pull-requests-limit: 5