From e8e0aee70f763b844b6d312d0e4aad3809c99ab5 Mon Sep 17 00:00:00 2001 From: David Sanders Date: Thu, 2 May 2024 17:30:08 -0700 Subject: [PATCH] chore: group Dependabot updates for GitHub Actions (#28) --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8ac6b8c..85fe8eb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,8 @@ updates: directory: "/" schedule: interval: "monthly" + groups: + actions-minor: + update-types: + - minor + - patch