From 193452e95f062d64fe30256f5e65d23a3bde5e76 Mon Sep 17 00:00:00 2001 From: Niklas Adolfsson Date: Tue, 27 Aug 2024 13:50:21 +0200 Subject: [PATCH] fix: dependabot dir -> dirs (#1731) --- .github/dependabot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 41c14f5145..ba29735f5c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,8 @@ version: 2 updates: - package-ecosystem: "cargo" - directory: "**/*" + directories: + - "**/*" schedule: interval: weekly ignore: