From a3e4679121ecb0dea465708e1ab2e4bcbafed88e Mon Sep 17 00:00:00 2001 From: chimpdev Date: Tue, 12 Nov 2024 14:35:43 +0300 Subject: [PATCH] chore(deps): add npm updates for /docs directory with weekly schedule --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 10d5999a..3fda348b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,3 +8,8 @@ updates: directory: '/client' schedule: interval: 'weekly' + - package-ecosystem: 'npm' + directory: '/docs' + schedule: + interval: 'weekly' + \ No newline at end of file