From 4b4548ad26d89c2e98dd10fac23205330973077d Mon Sep 17 00:00:00 2001 From: brianhdk Date: Sat, 1 Aug 2026 17:46:39 +0200 Subject: [PATCH] chore: add monthly GitHub Actions Dependabot updates --- .github/dependabot.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a0077d1..557a3cd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -38,16 +38,15 @@ updates: prefix: "deps(integrations)" include: scope - # GitHub Actions — single monthly PR with majors+minors+patches + # Group routine GitHub Actions updates while keeping majors separate - package-ecosystem: github-actions directory: / schedule: interval: monthly time: "07:00" timezone: Europe/Copenhagen - open-pull-requests-limit: 1 groups: - all-actions: + actions-minor-and-patch: patterns: ["*"] - update-types: ["major", "minor", "patch"] + update-types: ["minor", "patch"] labels: ["dependencies"]