From d63f5f0b063131c47970ff9be6a70331dd2fd568 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 | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 28e3d6d8..200933be 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,12 +16,7 @@ updates: interval: weekly open-pull-requests-limit: 100 - package-ecosystem: cargo - directory: / - schedule: - interval: weekly - open-pull-requests-limit: 100 - - package-ecosystem: yarn - directory: /frontend/ + directory: /backend/ schedule: interval: weekly open-pull-requests-limit: 100