From efd8bab615e2e788bd98a967f2fe777219754ac8 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Sun, 28 May 2023 17:28:56 -0300 Subject: [PATCH] chore(deps): add dependabot configuration for npm package --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bbeed997..f31ca25b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,3 +8,11 @@ updates: day: saturday time: '08:00' timezone: America/Sao_Paulo + + - package-ecosystem: npm + directory: / + schedule: + interval: weekly + day: saturday + time: '08:00' + timezone: America/Sao_Paulo