diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 5ace4600..edd0bf1e 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -1,6 +1,20 @@ version: 2 updates: - - package-ecosystem: "github-actions" - directory: "/" + - package-ecosystem: github-actions + directory: / schedule: - interval: "weekly" + interval: weekly + groups: + github-actions: + patterns: ["*"] + + - package-ecosystem: uv + directory: / + schedule: + interval: weekly + groups: + python: + patterns: ["*"] + python-security: + applies-to: security-updates + patterns: ["*"]