From 6d95ce0864055e5236ac88c0999460ebc5075c10 Mon Sep 17 00:00:00 2001 From: Alex Potsides Date: Thu, 25 May 2023 12:45:38 +0100 Subject: [PATCH] chore: disable dependabot.yml (#4363) FYI: js-ipfs is being deprecated in favor of [Helia](https://github.com/ipfs/helia). You can learn more about this deprecation and the corresponding migration guide [here](https://github.com/ipfs/js-ipfs/issues/4336). Co-authored-by: Russell Dempsey <1173416+SgtPooki@users.noreply.github.com> --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0bc3b42de8..31a4248de7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ updates: schedule: interval: daily time: "10:00" - open-pull-requests-limit: 10 + open-pull-requests-limit: 0 commit-message: prefix: "deps" prefix-development: "deps(dev)"