From aea00c41fc1c3e77fde2078c7a556d3a7aee1e04 Mon Sep 17 00:00:00 2001 From: Colin Hutchinson Date: Wed, 8 May 2024 16:49:33 -0400 Subject: [PATCH] chore(ci): batch all dependabot PR's (#22) --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3101fbb..dbe3b74 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,3 +10,10 @@ updates: directory: / schedule: interval: daily + groups: + patch: + applies-to: version-updates + patterns: + - "*" + update-types: + - "patch"