diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cc4a2a0bbb6..fa65dc85ad0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,10 @@ updates: directory: "/" schedule: interval: "monthly" + groups: + gha-deps: + patterns: + - "*" assignees: - lopopolo labels: @@ -13,7 +17,10 @@ updates: directory: "/" schedule: interval: monthly - open-pull-requests-limit: 10 + groups: + cargo-deps: + patterns: + - "*" assignees: - lopopolo labels: @@ -22,7 +29,10 @@ updates: directory: "/" schedule: interval: monthly - open-pull-requests-limit: 10 + groups: + bundler-deps: + patterns: + - "*" assignees: - lopopolo labels: