Is there a way to configure `await stack.workspace...
# automation-api
p
Is there a way to configure
await stack.workspace.installPlugin(plugin.name, plugin.version);
to use the version installed in npm_modules? We use renovate to auto upgrade dependencies but i have to manually go in and fix up the plugin versions each time.
l
You can write a little helper that parses your package.json to do this