Add mini dependabot that looks over package.json dependencies (including dev and peer dependancies) and updates them with creating a branch, patching npm version, and then making a pr against the main branch.
To make it simple, instead of creating cron jobs to check over dependancies, listen to pull_request.closed event and scan dependencies from there.
Add mini dependabot that looks over
package.jsondependencies (including dev and peer dependancies) and updates them with creating a branch, patching npm version, and then making a pr against the main branch.To make it simple, instead of creating cron jobs to check over dependancies, listen to
pull_request.closedevent and scan dependencies from there.