From 5ce659e568afd481ed402e9194acf11e6df4d4a3 Mon Sep 17 00:00:00 2001 From: SteveGT96 Date: Thu, 8 Feb 2024 11:26:42 +0100 Subject: [PATCH] update: Add dependabot config --- .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..6c117d20c --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "daily" + time: "10:30"