From 15a2d424f6be93e2fcbfa7d4bc08e96f26c2f4a8 Mon Sep 17 00:00:00 2001 From: isabel Date: Thu, 14 May 2026 23:40:17 +0100 Subject: [PATCH] ci: setup dependabot for docs --- .github/dependabot.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6669f147..d923c456 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,3 +12,19 @@ updates: include: "scope" cooldown: default-days: 7 + - package-ecosystem: npm + directory: "/docs" + schedule: + interval: weekly + time: "03:00" + labels: + - "dependencies" + commit-message: + prefix: "chore" + include: "scope" + cooldown: + default-days: 7 + groups: + npm: + patterns: + - "*" -- 2.51.2