diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6756a2fce6..4e0b956d46 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,12 +1,21 @@ version: 2 + +multi-ecosystem-groups: + python: + schedule: + interval: "weekly" # or whatever schedule you want + updates: + - package-ecosystem: "pip" + directory: "/api" + open-pull-requests-limit: 2 + patterns: ["*"] + - package-ecosystem: "uv" + directory: "/api" + open-pull-requests-limit: 2 + patterns: ["*"] - package-ecosystem: "npm" directory: "/web" schedule: interval: "weekly" open-pull-requests-limit: 2 - - package-ecosystem: "uv" - directory: "/api" - schedule: - interval: "weekly" - open-pull-requests-limit: 2