From f74663d1b322686ff4384408d0ae0d5f1ba91ef8 Mon Sep 17 00:00:00 2001 From: SimonThormeyer Date: Tue, 28 Jul 2026 12:09:15 +0200 Subject: [PATCH] chore(dependabot): fix composite actions directory recursive glob See https://docs.github.com/en/code-security/how-tos/secure-your-supply-chain/manage-your-dependency-security/controlling-dependencies-updated#defining-multiple-locations-for-manifest-files --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c05e4e5999..05b3266668 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -26,7 +26,7 @@ updates: rebase-strategy: "disabled" directories: # actions have to be listed explicitly - "/" # workflows - - "/.github/actions/**" + - "/.github/actions/**/*" schedule: interval: "weekly" cooldown: