From e4aa450f7380bce707a7e81f551285b99fd0d529 Mon Sep 17 00:00:00 2001 From: Blayne Chard Date: Fri, 8 Sep 2023 11:28:05 +1200 Subject: [PATCH] build: group chunkd dep upgrades --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e2b1db5c..5b15ddf0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,3 +7,7 @@ updates: time: '17:00' open-pull-requests-limit: 10 versioning-strategy: increase-if-necessary + groups: + chunkd: + patterns: + - "@chunkd/*" \ No newline at end of file