From 1b2c45d7feefedde030c8b274909635d4dfe9bfc Mon Sep 17 00:00:00 2001 From: Alex Bice Date: Fri, 12 Jul 2024 15:14:25 -0700 Subject: [PATCH] update dependabot to groups (#244) --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 07ab281..9f0289b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,21 @@ updates: directory: / schedule: interval: weekly + groups: + major: + update-types: + - major + minor: + update-types: + - minor + - patch - package-ecosystem: github-actions directory: "/" schedule: interval: weekly + groups: + actions: + update-types: + - major + - minor + - patch