From 56f31bd5890594d2580bc1adbd8d639dcbdb204b Mon Sep 17 00:00:00 2001 From: mahula Date: Sun, 7 Apr 2024 00:28:51 +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"