From 15a9d64b9128b6d4a95184c92ab5c1b3e32504e6 Mon Sep 17 00:00:00 2001 From: Russell Dempsey <1173416+SgtPooki@users.noreply.github.com> Date: Wed, 17 May 2023 13:09:08 -0700 Subject: [PATCH] chore: disable dependabot.yml 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). --- .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)"