From 1b1b72cb926635ed40b89e42d2cde1ad922c6fa6 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"