From 03c71c889fa346dfe05b5dd1620c960667fe0c3d Mon Sep 17 00:00:00 2001 From: Ari Maniatis Date: Tue, 8 Jun 2021 10:18:20 +1000 Subject: [PATCH] This bot is too noisy and just cluttering our pull requests. But keeping the file here should allow it to still scan for security issues. --- .github/dependabot.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ecd5a008e89..c2209b8f656 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,19 +6,21 @@ updates: directory: "client-html" schedule: interval: "weekly" + open-pull-requests-limit: 0 assignees: - "yuryyas" - + - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" assignees: - "ari" - + - package-ecosystem: "gradle" directory: "/" schedule: interval: "weekly" + open-pull-requests-limit: 0 assignees: - "ArtyomKravchenko"