Has anyone ever introduced a dependency managment ...
# troubleshooting
s
Has anyone ever introduced a dependency managment tool (ex: rennovate) with their meltano project? If so, how did you do it?
e
Hey @Stéphane Burwash! I’ve used dependabot, but I’m curious if you mean to update meltano plugins or meltano itself
s
Meltano plugins sorry (ex: extractors, loaders, utilities)
e
So,
meltano lock --update --all
should update the plugin definitions but not the
pip_url
values in
meltano.yml
. But https://github.com/meltano/meltano/issues/6416
s
Awesome thanks! And does meltano have a general .lock file or it's plugin specific?
e
Plugin-specific