From c97556f33d6ebd382f608a111393a0a6ea49f476 Mon Sep 17 00:00:00 2001 From: Antonis Stamatiou Date: Wed, 19 Feb 2025 14:13:17 +0200 Subject: [PATCH] fix: Proper glob path for dependabot (#8612) --- .github/dependabot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 310f4eba3..faac29fa7 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -3,7 +3,7 @@ updates: - package-ecosystem: "github-actions" directories: - "/.github/workflows" - - "/.github/actions" + - "/.github/actions/**/*" reviewers: - "mattermost/core-build-engineers" open-pull-requests-limit: 5