diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 795a6866..42ca8b19 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,8 +2,7 @@ version: 2 updates: - package-ecosystem: npm directories: - - "/" - - "/packages/*" + - "/**/*" schedule: interval: daily time: "10:00"