From e0750e8887d905f2e2a2cf725a513960f3db366a Mon Sep 17 00:00:00 2001 From: Guilherme Soares Date: Mon, 18 Mar 2024 10:43:33 +0100 Subject: [PATCH] feat: add new dependabot action --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..d4a4d815c --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: + - package-ecosystem: 'npm' + directory : "/" + schedule: + interval: "daily" + target-branch: QA-Test \ No newline at end of file