mdn / express-locallibrary-tutorial

Local Library website written in NodeJS/Express; example for the MDN server-side development NodeJS module: https://developer.mozilla.org/en-US/docs/Learn/Server-side/Express_Nodejs.
Creative Commons Zero v1.0 Universal
1.22k stars 691 forks source link

chore: Disable npm depbot checks #295

Closed bsmth closed 1 month ago

bsmth commented 1 month ago

Description

We are generating the project scaffolding via Express application generator: https://expressjs.com/en/starter/generator.html

See: https://developer.mozilla.org/en-US/docs/Learn/Server-side/Express_Nodejs/skeleton_website#creating_the_project

Motivation

Bumping individual deps uses compute resources, is time-consuming, and causes the project to diverge from what's created by the generator. I think we can skip these depbot PRs unless there are security vulns, or run the generator manually if needed (for major versions, for example).