From c378d31b7c107f943f10fe072befc56c56c9e2c4 Mon Sep 17 00:00:00 2001 From: HuijingHei Date: Thu, 14 Nov 2024 16:49:25 +0800 Subject: [PATCH] Fix labels syntax --- dependabot/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependabot/dependabot.yml b/dependabot/dependabot.yml index 2f1660c..218660e 100644 --- a/dependabot/dependabot.yml +++ b/dependabot/dependabot.yml @@ -7,7 +7,7 @@ updates: directory: "/" schedule: interval: "weekly" - labels: ["skip-notes"] + labels: ["skip-notes"] open-pull-requests-limit: 3 - package-ecosystem: {% if dependabot_ecosystem != "auto" -%} {{ dependabot_ecosystem }}