thlorenz / doctoc

📜 Generates table of contents for markdown files inside local git repository. Links are compatible with anchors generated by github or other sites.
https://www.npmjs.com/package/doctoc
MIT License
4.23k stars 480 forks source link

Add dependabot #262

Open lucacome opened 2 months ago

lucacome commented 2 months ago

Adds dependabot to keep all the dependencies up to date

Mikaela commented 2 months ago

I would suggest either renovate or forking-renovate instead, since it seems to support more sources and not require individual configuration for everything.

Particularly relevant here might be corepack (package.json PackageManager field), nvm and node-version support should any get enabled in the repository.