diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4b37d96..6468bd0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,13 @@ updates: directory: "/" # Location of package manifests schedule: interval: "daily" + groups: + minor-and-patch: + applies-to: version-updates + update-types: + - "minor" + - "patch" + major: + applies-to: version-updates + update-types: + - "major" \ No newline at end of file