From 6f5246f1d944de6ed890d5f855849c0882333bde Mon Sep 17 00:00:00 2001 From: kaimsfd Date: Thu, 19 Oct 2023 13:05:57 +0000 Subject: [PATCH] changed backend dependabot dir to /backend/ --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 36d6f161..200933be 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,7 +16,7 @@ updates: interval: weekly open-pull-requests-limit: 100 - package-ecosystem: cargo - directory: / + directory: /backend/ schedule: interval: weekly open-pull-requests-limit: 100