repository template for Node.js & TypeScript projects

deps: capture wider patterns for Dependabot (#464)

authored by samanthanguyen.me and committed by

GitHub cf31f09a bf5dfb36

+3 -1
+3 -1
.github/dependabot.yml
··· 16 16 patterns: 17 17 - "typescript" 18 18 - "typedoc" 19 - - "@types/node" 19 + - "@types/*" 20 20 voidzero: 21 21 patterns: 22 22 - "oxlint" 23 + - "rolldown" 23 24 - "rolldown-vite" 25 + - "rolldown-plugin-*" 24 26 - "tsdown" 25 27 - "vite" 26 28 - "vite-plugin-*"