diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 085eaa2..7a934fe 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,11 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + groups: + minor-patch: + update-types: + - "minor" + - "patch" - package-ecosystem: "github-actions" # Workflow files stored in the # default location of `.github/workflows`