diff --git a/.github/dependabot.yml b/.github/dependabot.yml index add58c096..e98c70522 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,8 +1,8 @@ version: 2 updates: -- package-ecosystem: npm - directory: "/" - schedule: - interval: daily - open-pull-requests-limit: 10 - target-branch: develop + - package-ecosystem: npm + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 5 + target-branch: develop