From b0645e858adf9bfdd6cd046f5df29788e84b7573 Mon Sep 17 00:00:00 2001 From: Cody Date: Tue, 14 Jul 2026 15:29:37 -0500 Subject: [PATCH] Group all GitHub Actions updates into one PR --- .github/dependabot.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2f26c381..2f9b2f2f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,9 +8,14 @@ updates: - package-ecosystem: "pip" # See documentation for possible values directory: "/" # Location of package manifests schedule: - interval: "monthly" + interval: "weekly" + # Group all GitHub Actions updates into one PR - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "monthly" + interval: "weekly" + groups: + github-actions: + patterns: + - "*"