From: Krishan <33421343+kfiven@users.noreply.github.com> Date: Thu, 31 Mar 2022 10:12:37 +0000 (+0530) Subject: Increase Pull request limit for dependabot npm updates (#454) X-Git-Tag: v2.0.0~71 X-Git-Url: https://git.wafflesoft.org/?a=commitdiff_plain;h=53a8e2aa57b857d90580c420887772050e7b923f;p=cinny.git Increase Pull request limit for dependabot npm updates (#454) * Increase PR limit for dependabot * Make the invisible visible --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f49eabc..3683b10 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,28 +1,30 @@ # Docs: version: 2 - updates: - - package-ecosystem: github-actions + - package-ecosystem: npm directory: / schedule: interval: weekly day: "tuesday" time: "01:00" timezone: "Asia/Kolkata" + open-pull-requests-limit: 15 - - package-ecosystem: docker + - package-ecosystem: github-actions directory: / schedule: interval: weekly day: "tuesday" time: "01:00" timezone: "Asia/Kolkata" + open-pull-requests-limit: 5 - - package-ecosystem: npm + - package-ecosystem: docker directory: / schedule: interval: weekly day: "tuesday" time: "01:00" timezone: "Asia/Kolkata" + open-pull-requests-limit: 5