From c50809aa14541cf3477dd763df6106149f1777ff Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Tue, 19 Nov 2024 19:44:32 +0000 Subject: [PATCH] build(.github/dependabot): remove redundant ignore (#362) --- .github/dependabot.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index dbe82447..618a234e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,7 +10,4 @@ updates: directory: "/" schedule: interval: "weekly" - open-pull-requests-limit: 10 - ignore: - - dependency-name: "ora" - versions: ["6.x"] + open-pull-requests-limit: 10 \ No newline at end of file