From a7b4873bfa49695580bf2fcb1708d99c05ef454f Mon Sep 17 00:00:00 2001 From: kevmoo Date: Wed, 25 Mar 2026 08:47:25 -0700 Subject: [PATCH 1/2] chore: Group action dependabot bits Fewer, chunkier PRs --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 21ba8427..bc30afcb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,7 @@ updates: directory: / schedule: interval: monthly + groups: + github-actions: + patterns: + - "*" From 1a1b59df33237419ef3f4a42717d5114fc9fe0bd Mon Sep 17 00:00:00 2001 From: kevmoo Date: Wed, 25 Mar 2026 09:58:40 -0700 Subject: [PATCH 2/2] smarter things --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bc30afcb..266c28fe 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,3 +13,6 @@ updates: github-actions: patterns: - "*" + update-types: + - "minor" + - "patch"