From 8f7a54a14fedb02380453a96f37080d72707c9fe Mon Sep 17 00:00:00 2001 From: PPawlowski Date: Tue, 16 Jun 2026 18:15:18 +0200 Subject: [PATCH] Set dependabot pull request limit to 30 --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4999060..3bb6f2f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,7 @@ version: 2 updates: - package-ecosystem: "github-actions" + open-pull-requests-limit: 30 directory: "/" schedule: interval: "weekly"