From 192ac2d61a287cb5aa1a25060242d96ad6b31c82 Mon Sep 17 00:00:00 2001 From: mahula Date: Sun, 7 Apr 2024 00:03:12 +0200 Subject: [PATCH] set dependabot package update pr limit to none --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d17d3ec..86c4df6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,4 +1,5 @@ version: 2 +open-pull-requests-limit: 0 updates: - package-ecosystem: "github-actions"