From 2d540ab89dc3fa27abd763e2429cac6cb36d4fd4 Mon Sep 17 00:00:00 2001 From: Chris Marslender Date: Thu, 11 Jan 2024 17:45:13 -0600 Subject: [PATCH] Add global dependabot group (#11) --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f341c41..4c8d17f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,3 +10,7 @@ updates: schedule: interval: weekly open-pull-requests-limit: 10 + groups: + global: + patterns: + - "*"