tinglesoftware / dependabot-azure-devops

Tools for updating dependencies in Azure DevOps repositories using https://dependabot.com
MIT License
201 stars 66 forks source link

Disable husky git hooks by default, opt-in using `npx husky` #1472

Closed rhyskoedijk closed 3 days ago

rhyskoedijk commented 3 days ago

Fixes https://github.com/tinglesoftware/dependabot-azure-devops/pull/1450#issuecomment-2482445434.

Disable husky git hooks by default, opt-in using npx husky. The contributing guide has been updated to reflect this change too.