From 8417fdc808a69f13b202287aa5f2cfe1d7410030 Mon Sep 17 00:00:00 2001 From: Simon Marquis Date: Sat, 31 Aug 2024 09:25:52 +0100 Subject: [PATCH] Fix recursive path lookup in `dependabot.yml` --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 07f74ee..637b0e5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,7 @@ version: 2 updates: - package-ecosystem: "github-actions" directories: - - "/.github/**" + - "/.github/**/*" schedule: interval: "daily" - package-ecosystem: "gradle"