From 47a26bad5416102d64da5fd0ba630644a8f89fe6 Mon Sep 17 00:00:00 2001 From: Aditya Sharma Date: Wed, 26 Jul 2023 19:03:47 +0530 Subject: [PATCH] Disabled dependabot PRs --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3a3cce57..40940ff9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,5 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + # Disable version updates for npm dependencies + open-pull-requests-limit: 0