From d0de0f99d52e2eeec99b6daaad903392a7a64aa5 Mon Sep 17 00:00:00 2001 From: Sam K Date: Fri, 19 Apr 2024 22:12:36 +0100 Subject: [PATCH] Create dependabot.yaml Signed-off-by: Sam K --- .github/dependabot.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..aa84640 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,7 @@ +version: 2 + +updates: + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "weekly"