From f8cb4ccfee7f9712d2c25a4780f555f10a70a6ee Mon Sep 17 00:00:00 2001 From: Ivan Petkov Date: Sun, 9 Nov 2025 10:34:27 -0800 Subject: [PATCH] ci: fix dependabot Actually drop `directory` which is only needed for github actions --- .github/dependabot.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b40eab73..72288a47 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,6 @@ version: 2 updates: - package-ecosystem: "cargo" - directory: "/" schedule: interval: "monthly"