From ff5d26c5d1e677380c848d08f7480159bd63d15c Mon Sep 17 00:00:00 2001 From: watson Date: Tue, 25 Feb 2025 11:57:50 +0100 Subject: [PATCH] Setting up DependaBot --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..7fbb830 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,5 @@ +updates: + - package-ecosystem: "npm" # or your specific package manager + directory: "/" # location of package manifests + schedule: + interval: "weekly" \ No newline at end of file