From 33074aa6327dd33af13095516b84f0e89052c9b8 Mon Sep 17 00:00:00 2001 From: Waylon Jepsen <57912727+0xJepsen@users.noreply.github.com> Date: Sat, 24 Feb 2024 03:47:34 -0700 Subject: [PATCH] Update dependabot.yaml (#18) --- .github/dependabot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index c88f1cd..7a0f2ab 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -11,6 +11,6 @@ updates: interval: "daily" - package-ecosystem: "cargo" - directory: "arbiter-core" + directory: "src/" schedule: interval: "daily"