I've had to copy it a few times but I have a workflow that updates a single dependency after a repository dispatch from another repo after it releases a package to npm. It does a full update and will even bump major versions. Would be nice to not have to copy it. Maybe add an action here that takes a name of an NPM dependency and runs an update on it. Similar to update package lock but more targeted.
I've had to copy it a few times but I have a workflow that updates a single dependency after a repository dispatch from another repo after it releases a package to npm. It does a full update and will even bump major versions. Would be nice to not have to copy it. Maybe add an action here that takes a name of an NPM dependency and runs an update on it. Similar to update package lock but more targeted.