diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b6fe448..5258cf0 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/*"