chore: enable dependabot

This commit is contained in:
Koen Kanters
2025-04-13 21:11:38 +02:00
committed by GitHub
parent 6eeaf02a66
commit f01dee1265

12
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,12 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
groups:
minor-patch:
applies-to: version-updates
update-types:
- "minor"
- "patch"