diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5797dad..46855cf 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,6 +2,10 @@ version: 2 updates: - package-ecosystem: "cargo" directory: "/" + groups: + rust-dependencies: + patterns: + - "*" schedule: interval: "weekly" day: "monday" @@ -17,6 +21,10 @@ updates: - package-ecosystem: "pip" directory: "/" + groups: + python-dependencies: + patterns: + - "*" schedule: interval: "weekly" day: "monday" @@ -32,6 +40,10 @@ updates: include: "scope" - package-ecosystem: "github-actions" + groups: + action-dependencies: + patterns: + - "*" directory: "/" schedule: interval: "weekly"