From 6c5e3d386a8bfc1c2621b781a5e342ab82076fe8 Mon Sep 17 00:00:00 2001 From: Jason Julian Date: Fri, 16 Jan 2026 14:05:59 +0800 Subject: [PATCH] chore: dependabot groupings so we combine linked libs together --- .github/dependabot.yml | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e1eab5a..b15fa0f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,4 +3,27 @@ updates: - package-ecosystem: "npm" directory: "/" schedule: - interval: "daily" \ No newline at end of file + interval: "daily" + groups: + babel: + patterns: + - "@babel/*" + - "babel-*" + update-types: + - "minor" + - "patch" + jest: + patterns: + - "jest" + - "jest-*" + - "babel-jest" + update-types: + - "minor" + - "patch" + rollup: + patterns: + - "rollup" + - "rollup-*" + update-types: + - "minor" + - "patch" \ No newline at end of file