From 832e98cc76c41dc783d45d0392952130248f97f1 Mon Sep 17 00:00:00 2001 From: t0rbik <90512605+t0rbik@users.noreply.github.com> Date: Mon, 15 Jul 2024 22:31:40 +0200 Subject: [PATCH] Create dependabot.yml --- .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 00000000..aff82a10 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "weekly"