From dbce35c09f8f0e7f806e268011af10bfadf6da77 Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Sat, 22 Nov 2025 12:40:18 +0000 Subject: [PATCH] Configure dependabot for docs --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b445fda5..7d56669b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,7 @@ version: 2 updates: - package-ecosystem: "npm" - directories: ["/frontend"] + directories: ["/frontend", "/docs"] schedule: interval: "daily"