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"