diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1f77ff29da..3087e28742 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ updates: schedule: interval: daily time: '03:00' - open-pull-requests-limit: 10 + open-pull-requests-limit: 0 target-branch: "main" commit-message: prefix: "[bot][main]" @@ -14,7 +14,7 @@ updates: schedule: interval: daily time: '04:00' - open-pull-requests-limit: 10 + open-pull-requests-limit: 0 target-branch: "7.67.x" commit-message: prefix: "[bot][7.67.x]" @@ -23,11 +23,11 @@ updates: schedule: interval: daily time: '05:00' - open-pull-requests-limit: 10 + open-pull-requests-limit: 0 target-branch: "7.67.x-blue" commit-message: prefix: "[bot][blue]" - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" \ No newline at end of file + interval: "daily"