From 8d4b1e31fdc0ff0a7be6aed4e4caf9acd495f416 Mon Sep 17 00:00:00 2001 From: achingbrain Date: Thu, 28 Nov 2024 15:00:29 +0000 Subject: [PATCH] chore: glob dependabot dirs --- .github/dependabot.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 52b369eca4..99158afe6a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,12 +2,7 @@ version: 2 updates: - package-ecosystem: npm directories: - - "/" - - "/benchmarks/*" - - "/docs/*" - - "/examples/*" - - "/interop/*" - - "/packages/*" + - "**/*" schedule: interval: daily time: "10:00"