From 7efdb94ad9c11281bdef6873b44b0dc48c6f654f Mon Sep 17 00:00:00 2001 From: Petr Flaks Date: Thu, 16 May 2024 20:17:53 +0300 Subject: [PATCH] Update dependabot.yaml --- .github/dependabot.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 164ea82..a34c310 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -2,9 +2,11 @@ version: 2 updates: - package-ecosystem: npm directory: / + open-pull-requests-limit: 100 schedule: interval: monthly - package-ecosystem: github-actions directory: / + open-pull-requests-limit: 100 schedule: interval: monthly