Another Useful Dependabot Command

Commands are sent to dependabot by commenting on a pull request.

@dependabot ignore this major version

This command will prevent dependabot from suggesting any further upgrade to a given dependency until it has been manually advanced past a certain point. This is really useful if you want to keep your node to a LTS version and don’t want to keep getting notified of bleeding edge changes.

Leave a comment