RuntimeError: Unsupported package_manager npm
I've got everything setup, but the last problem I'm encountering is that Dependabot keeps telling me that my package managers are unsupported. For example, using the following config file:
version: 2
updates:
- package-ecosystem: gomod
directory: "/api"
schedule:
interval: daily
- package-ecosystem: npm
directory: "/ui"
schedule:
interval: daily
I get the following errors from the worker:
[2020-09-03 10:11:15 +0000 pid=1 tid=gtkfu9v3x] WARN: RuntimeError: Unsupported package_manager gomod
[2020-09-03 10:11:30 +0000 pid=1 tid=gtkg3i1wl] WARN: RuntimeError: Unsupported package_manager npm
Edited by George Koltsov