From 869997b941f197c50992ccd1714790dedbe0c195 Mon Sep 17 00:00:00 2001 From: Leo Date: Thu, 4 Jul 2024 18:07:30 +0800 Subject: [PATCH] chore: Add docs for dependabot and add the open pr limit from 5 to 20. (#2784) Signed-off-by: ifuryst --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5b87df069c..2669165c60 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,7 +9,14 @@ updates: directory: "/" # Location of package manifests schedule: interval: "daily" + open-pull-requests-limit: 20 - package-ecosystem: "npm" # See documentation for possible values directory: "/frontend" # Location of package manifests schedule: interval: "daily" + open-pull-requests-limit: 20 + - package-ecosystem: "npm" # See documentation for possible values + directory: "/docs" # Location of package manifests + schedule: + interval: "daily" + open-pull-requests-limit: 20