From e143bd183d94691548a2ab2a58c1ea4b02438a3e Mon Sep 17 00:00:00 2001 From: Casper Welzel Andersen Date: Fri, 6 Mar 2026 08:54:44 +0100 Subject: [PATCH] Update dependabot's gh-actions section Group updates in a single PR. --- .github/dependabot.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 409abec8..0a9ca888 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,10 +14,10 @@ updates: - CI/CD - skip-changelog groups: - packages: + python: applies-to: version-updates patterns: ["*"] - security: + python-security: applies-to: security-updates patterns: ["*"] @@ -31,3 +31,10 @@ updates: labels: - CI/CD - skip-changelog + groups: + actions: + applies-to: version-updates + patterns: ["*"] + actions-security: + applies-to: security-updates + patterns: ["*"]