From 77eae5fb6ef2f45b9f686db67017a5612f22a025 Mon Sep 17 00:00:00 2001 From: Elinora White Date: Mon, 24 Aug 2026 09:22:15 +0000 Subject: [PATCH] Grouping dependabot dependencies --- .github/dependabot.yml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cbf7c50..3a576d5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,11 +9,14 @@ version: 2 updates: # Maintain dependencies for GitHub Actions - - package-ecosystem: "github-actions" - directory: "/" + - package-ecosystem: github-actions + directory: '/' schedule: - interval: "daily" + interval: daily labels: - - "dependencies" - reviewers: - - "@microsoft/psrule" + - dependencies + groups: + github: + patterns: + - actions/* + - github/*