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