From 4a9678ed0121ac266a2a3d3ff2a1f7dab2d9b317 Mon Sep 17 00:00:00 2001 From: Antonis Stamatiou Date: Wed, 19 Feb 2025 11:15:32 +0200 Subject: [PATCH] fix: Add multiple directories for dependabot (#8610) --- .github/dependabot.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index c39c184c6..310f4eba3 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -1,7 +1,9 @@ version: 2 updates: - package-ecosystem: "github-actions" - directory: "/" + directories: + - "/.github/workflows" + - "/.github/actions" reviewers: - "mattermost/core-build-engineers" open-pull-requests-limit: 5