diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0b9515d..efa17f2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,8 +4,9 @@ updates: directory: / schedule: interval: daily - time: "13:00" + time: "16:00" allow: # Allow both direct and indirect updates for all packages - dependency-type: "all" - rebase-strategy: "disabled" \ No newline at end of file + rebase-strategy: "disabled" + open-pull-requests-limit: 10 \ No newline at end of file