From 9fa3914ad3ad75378139355617c78bfeb371a917 Mon Sep 17 00:00:00 2001 From: Alexander Kolomiytsev Date: Wed, 27 May 2026 15:17:09 +0300 Subject: [PATCH] chore(dependabot): only open PRs that fix security alerts --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6f15bdd..effa20a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,7 @@ version: 2 updates: - package-ecosystem: github-actions + open-pull-requests-limit: 0 directory: "/" schedule: interval: "weekly"