From c9bb42fdbf0fce956561cff100484dc2289ea912 Mon Sep 17 00:00:00 2001 From: Ahmed ElMallah <50939675+Ahmed3lmallah@users.noreply.github.com> Date: Thu, 23 Jan 2025 23:01:53 +0000 Subject: [PATCH] grouping minor and patch updates to lessen the number of PRs --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 19ba043..4657b53 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,3 +12,8 @@ updates: ignore: - dependency-name: '@types/node' update-types: ['version-update:semver-major'] + groups: + minor-updates: + update-types: + - "minor" + - "patch"