From 0dc7c76821b322407e682e7e036801194ccedbcc Mon Sep 17 00:00:00 2001 From: SileNce5k Date: Sat, 2 Nov 2024 20:55:58 +0100 Subject: [PATCH] Add initial dependabot file --- .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..72186f8 --- /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" +