From c373666e27e51bb56477035bb7ac744f2d5605f1 Mon Sep 17 00:00:00 2001 From: Mukilan Thiyagarajan Date: Thu, 31 Aug 2023 11:06:50 +0530 Subject: [PATCH] Revert "Enable grouping of patch updates in Dependabot (#30208)" (#30250) This reverts commit 531067c631c16eeaed6da5d158d8479fa3ff0cd0. --- .github/dependabot.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 58c315da6f5..b88dbb0a9c7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,10 +5,6 @@ updates: schedule: interval: daily open-pull-requests-limit: 10 - groups: - patch-updates: - update-types: - - patch allow: - dependency-type: direct - dependency-type: indirect