From cfb9fc2d750bc4776c5c2987e57ee4554547b7cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Biarn=C3=A9s=20Kiefer?= Date: Fri, 2 Dec 2022 11:24:24 +0100 Subject: [PATCH] Update dependabot.yml Disable version updates --- .github/dependabot.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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"