From 59826829fd62bda404bcdf5c7012b048279a3762 Mon Sep 17 00:00:00 2001 From: Markus Klein Date: Thu, 14 Sep 2023 09:46:14 +0200 Subject: [PATCH] fix directory for dependabot --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c9431bb..f40d95c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,7 @@ version: 2 updates: - package-ecosystem: cargo - directory: "/rust" + directory: "./" schedule: interval: daily open-pull-requests-limit: 10