From 296535015319c0369f88614256a27fa508d2f439 Mon Sep 17 00:00:00 2001 From: Mike Lissner Date: Tue, 9 Jan 2024 14:54:58 -0800 Subject: [PATCH] fix(deps): Allow dependabot temporarily --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 087a812..499120f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,6 @@ updates: interval: "daily" # We only use dependabot for security updates since this is a library. See # https://github.com/freelawproject/eyecite/issues/42 for more discussion. - open-pull-requests-limit: 0 + open-pull-requests-limit: 1 ignore: - dependency-name: "*"