From 9541a73e1f41014b51a829e2b74aff38b2fb6098 Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Sat, 16 Dec 2023 00:02:20 +0100 Subject: [PATCH] Enable Dependabot auto-merge for all minor releases --- .github/auto-merge.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/auto-merge.yml b/.github/auto-merge.yml index ca80427..e9999e7 100644 --- a/.github/auto-merge.yml +++ b/.github/auto-merge.yml @@ -1,11 +1,3 @@ - match: dependency_type: all - update_type: security:minor # includes patch updates! - -- match: - dependency_type: development update_type: semver:minor # includes patch updates! - -- match: - dependency_type: production - update_type: semver:patch