diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a52cad0..172e23c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,9 +5,17 @@ updates: schedule: interval: monthly open-pull-requests-limit: 25 + groups: + dependencies: + patterns: + - "*" # Match all dependencies to one PR. - package-ecosystem: "github-actions" directory: "/" schedule: interval: monthly open-pull-requests-limit: 25 + groups: + ci-dependencies: + patterns: + - "*" # Match all dependencies to one PR.