From e899f6d30643a687105e080fa32185de553acb86 Mon Sep 17 00:00:00 2001 From: JJ-8 <34778827+JJ-8@users.noreply.github.com> Date: Mon, 29 Apr 2024 16:58:27 +0200 Subject: [PATCH] Create dependabot.yml Config was created by @peace-maker through Discord. It should revive the Dependabot. --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..953f36101 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/api" + schedule: + interval: "weekly" + - package-ecosystem: "npm" + directory: "/front" + schedule: + interval: "weekly"