From b8d1381856ee467c713df7a23f7b41eaa9b0addf Mon Sep 17 00:00:00 2001 From: Oleksandr Nikolaichuk Date: Sat, 12 Sep 2026 15:23:27 +0200 Subject: [PATCH] Keep major GitHub Actions updates out of the group The Actions group had no update-types restriction, so a major landed inside the group PR instead of arriving on its own. The Maven group already excludes majors for the same reason. --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 54abd13..9541a26 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -30,3 +30,4 @@ updates: groups: github-actions: patterns: ["*"] + update-types: ["minor", "patch"]