From 971056e04f23cd15f49d640ad71df0055bfd5711 Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Thu, 14 Mar 2024 10:22:17 +0100 Subject: [PATCH] Revert "Enable auto-merge of all Sentry updates" This reverts commit 1d5063ea3e611480745a2f7ba69ce83b16cb742e, since the mechanism is not working as expected. --- .github/auto-merge.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/auto-merge.yml b/.github/auto-merge.yml index 361ffb76..e9999e75 100644 --- a/.github/auto-merge.yml +++ b/.github/auto-merge.yml @@ -1,11 +1,3 @@ - match: dependency_type: all update_type: semver:minor # includes patch updates! - -- match: - dependency_name: /sentry-.*/ - update_type: all - -- match: - dependency_name: the # Bump *the* sentry-javascript group with X updates - update_type: all