diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7d47229..f61acdb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,5 +3,8 @@ updates: - package-ecosystem: pip directory: "/" schedule: - interval: monthly - open-pull-requests-limit: 10 \ No newline at end of file + interval: daily + package-ecosystem: npm + directory: "/" + schedule: + interval: daily \ No newline at end of file