From 9b658951b382b8f1c83cb42e31631060e9350970 Mon Sep 17 00:00:00 2001 From: Maarten Zuidhoorn Date: Thu, 13 Mar 2025 10:36:01 +0100 Subject: [PATCH] Revert "Group Dependabot minor and patch updates for MetaMask dependencies (#3207)" This reverts commit ba54f3772191dce9183b7ac512f598aea1abb76e. --- .github/dependabot.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a5f7706730..835a18d0ca 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,11 +14,3 @@ updates: target-branch: 'main' versioning-strategy: 'increase' open-pull-requests-limit: 10 - groups: - metamask: - applies-to: version-updates - patterns: - - '@metamask/*' - update-types: - - 'minor' - - 'patch'