diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0b5ee02a..fea50ea0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -32,3 +32,14 @@ updates: - "*" cooldown: default-days: 7 + + - package-ecosystem: "uv" + directory: "/" + schedule: + interval: "weekly" + groups: + uv-dependencies: + patterns: + - "*" + cooldown: + default-days: 7