feat: added dependabot for auto-updates

This commit is contained in:
Bart van der Braak 2023-06-14 02:48:10 +02:00
parent 22cf4909db
commit 1c7dcf6139

14
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,14 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
reviewers:
- "bartvdbraak"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
reviewers:
- "bartvdbraak"