From 5f36202dffd5b7ba445196f7351a915f63b7a61e Mon Sep 17 00:00:00 2001 From: LSmyrnaios Date: Wed, 12 Jul 2023 13:33:24 +0300 Subject: [PATCH] Create dependabot.yml --- .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..288983934 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ + +version: 2 +updates: + - package-ecosystem: "npm" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "daily"