From cbca7a2a812f8c2b055a09261f704dc4213b3a0d Mon Sep 17 00:00:00 2001 From: vin0401 Date: Fri, 19 Jan 2024 13:17:48 +0100 Subject: [PATCH] Add dependabot configuration --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..2c6d01855 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: npm + directory: "/javascript" + schedule: + interval: "weekly"