diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2d40f47..c7417c6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,6 +9,11 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + groups: + minor-patch-group: + update-types: + - "minor" + - "patch" # target-branch: "dependencies" # Maintain dependencies for GitHub Actions @@ -16,3 +21,8 @@ updates: directory: "/" schedule: interval: "weekly" + groups: + minor-patch-group: + update-types: + - "minor" + - "patch"