From f932dbd004d9b26ae65fec480bbbd2ad53136aa7 Mon Sep 17 00:00:00 2001 From: DIYgod Date: Thu, 13 Mar 2025 10:50:54 +0800 Subject: [PATCH] chore: update dependabot limit --- .github/dependabot.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index a5efa5ebd..7fcf80b54 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -18,9 +18,11 @@ updates: versions: [">=4.0.0"] - dependency-name: react-native versions: [">=0.78.0"] + open-pull-requests-limit: 100 - package-ecosystem: github-actions directory: / schedule: interval: daily target-branch: dev + open-pull-requests-limit: 100