diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 44e7459a..c55256bc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,8 +5,16 @@ updates: directory: "/" schedule: interval: "weekly" + groups: + all-actions: + patterns: + - "*" - package-ecosystem: "uv" directory: "/" schedule: interval: "weekly" + groups: + all-dependencies: + patterns: + - "*"