From a97da71ea9d5361df5baaf4cd0c658e07ecda766 Mon Sep 17 00:00:00 2001 From: Augustin Husson Date: Fri, 10 Dec 2021 12:15:48 +0100 Subject: [PATCH] deactivate dependabot for web dependencies (#9973) Signed-off-by: Augustin Husson --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 93868bcfc..22791e788 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,7 @@ updates: interval: "weekly" - package-ecosystem: "npm" directory: "/web/ui" + open-pull-requests-limit: 0 schedule: interval: "weekly" - package-ecosystem: "github-actions"