From 481d9aaca317a9613a65e2b21d316e09f8c191bd Mon Sep 17 00:00:00 2001 From: Boris Lavrishchev Date: Mon, 27 Jul 2026 13:55:43 +0300 Subject: [PATCH] Update dependabot.yml for GitHub Actions Consolidate GitHub Actions directories and group updates. --- .github/dependabot.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b6fe448d..5258cf0e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,10 +1,12 @@ version: 2 updates: - package-ecosystem: "github-actions" - directory: "/workflow-templates" - schedule: - interval: "weekly" - - package-ecosystem: "github-actions" - directory: "/.github/workflows" + directories: + - "/workflow-templates" + - "/.github/workflows" schedule: interval: "weekly" + groups: + qubership-workflow-hub: + patterns: + - "netcracker/qubership-workflow-hub/*"