From 453df02e0a0349c5f02826a1146a527e496f41d6 Mon Sep 17 00:00:00 2001 From: Roman Khavronenko Date: Tue, 12 Apr 2022 13:26:14 +0200 Subject: [PATCH] github/dependabot.yml: disable versions update for vmui (#2449) The change disables versions autopupdate for vmui package. The change has no impact on security updates, which have a separate, internal limit of ten open pull requests. See https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#open-pull-requests-limit Signed-off-by: hagen1778 --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a53b5a7f02..c331f4ab2e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,6 +16,7 @@ updates: directory: "/app/vmui/packages/vmui/web" schedule: interval: "weekly" + open-pull-requests-limit: 0 - package-ecosystem: "docker" directory: "/" schedule: @@ -24,3 +25,4 @@ updates: directory: "/app/vmui/packages/vmui" schedule: interval: "weekly" + open-pull-requests-limit: 0