diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c4bae3d..b049b41 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,14 +3,14 @@ updates: - package-ecosystem: pip directory: "/" schedule: - interval: monthly - open-pull-requests-limit: 3 + interval: daily + open-pull-requests-limit: 5 assignees: - codl - package-ecosystem: npm directory: "/" schedule: - interval: monthly - open-pull-requests-limit: 3 + interval: daily + open-pull-requests-limit: 5 assignees: - codl