From 3c5897c47b87c45f3f203fb1f7d08161161a64a6 Mon Sep 17 00:00:00 2001 From: Guilherme Soares Date: Mon, 18 Mar 2024 10:35:55 +0100 Subject: [PATCH] feat: add dependabot configuration to github actions --- .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