From 52e011fdc6de7cfc68a31efc60b825d6da7f2b3c Mon Sep 17 00:00:00 2001 From: LukBukkit Date: Sun, 6 Oct 2024 18:23:16 +0200 Subject: [PATCH] Adds Gomod to dependabot.yml & Fixes npm --- .github/.github/dependabot.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/.github/dependabot.yml b/.github/.github/dependabot.yml index addc244..9e50d91 100644 --- a/.github/.github/dependabot.yml +++ b/.github/.github/dependabot.yml @@ -4,7 +4,7 @@ updates: directory: "/" schedule: interval: "monthly" - - package-ecosystem: "yarn" + - package-ecosystem: "npm" directory: "resources/" schedule: interval: "monthly" @@ -12,3 +12,7 @@ updates: directory: "/" schedule: interval: "monthly" + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "monthly"