From 8f0b95e42a5410ef99d673f3601207a1e769e78f Mon Sep 17 00:00:00 2001 From: bc-max Date: Mon, 22 Jul 2024 17:22:43 +0300 Subject: [PATCH] feat: STRF-12284 Add dependabot --- .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 0000000..f41b19a --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 + +updates: + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "daily" # Schedule updates to run daily