From 9ecc16fcc17aafe9b3a479cc668d6473135a2bc8 Mon Sep 17 00:00:00 2001 From: DaanSelen <80752476+DaanSelen@users.noreply.github.com> Date: Wed, 17 Sep 2025 11:05:31 +0200 Subject: [PATCH] chore: update dependabot config --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e3f2cf2c..7d0df26e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,7 +11,7 @@ updates: interval: "daily" - package-ecosystem: "npm" - directory: "/" + directory: "/src/static/app" schedule: interval: "daily"