From 9577d325979aa88513cf337981cfe6c7496f17bb Mon Sep 17 00:00:00 2001 From: Harsh Raj <53043454+Harsh1s@users.noreply.github.com> Date: Wed, 6 Dec 2023 00:12:07 +0530 Subject: [PATCH] Feat: Fix issue #1453 (#1454) [grouping] is not available for npm package management --- .github/dependabot.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index e7a30e0131b..07c49270a02 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -13,11 +13,6 @@ updates: - "dependencies" # Specify the target branch for PRs target-branch: "develop" - # Include all minor updates in a single PR - grouping: - minor: - include: - - "*" # Customize commit message prefix commit-message: prefix: "chore(deps):"