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"