diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a9618d0..94e1432 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,7 +9,17 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + groups: + all: + update-types: + - patch + - minor - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" + groups: + all: + patterns: + - "*" +