From b06c7b63f3c8d7e41b58b07886c6a54cab4b1336 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Chapron?= <34628915+sc979@users.noreply.github.com> Date: Mon, 17 Jun 2024 14:43:22 +0200 Subject: [PATCH] chore(ci): disable dependabot PR except for GH actions (#3377) --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1e88dc1c60e2..0b109422a619 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,8 +12,8 @@ updates: - package-ecosystem: npm directory: '/' schedule: - interval: weekly - open-pull-requests-limit: 10 + interval: daily + open-pull-requests-limit: 0 labels: - 'dependencies' - 'javascript'