From 02110d8dce7248acc259af83a96b8feb31165fec Mon Sep 17 00:00:00 2001 From: Arthur Emanuel Date: Thu, 28 Dec 2023 02:23:50 -0300 Subject: [PATCH] feat: use dependabot update groups --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 13fbd7f..f3bd1b9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,8 @@ updates: directory: '/' # Location of package manifests schedule: interval: 'weekly' + groups: + minor-and-patch: + update-types: + - "minor" + - "patch"