From dab7043c6c36ec9bfdfdb0b25591c719197620ea Mon Sep 17 00:00:00 2001 From: Mathieu Leplatre Date: Tue, 9 Apr 2024 16:22:30 +0200 Subject: [PATCH] Group dependabot deps (#2153) --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1b8f733f5..6a9f8b422 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,9 @@ updates: typescript-eslint: patterns: - "@typescript-eslint/*" + rollup-plugins: + patterns: + - "@rollup/*" + groups: + minor-patch: + update-types: ["minor", "patch"]