.github: Enabled dependabot

This commit is contained in:
Sanne Raymaekers 2021-10-12 15:11:22 +02:00
parent 8b6399b07b
commit 318a161291

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

@ -0,0 +1,9 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
time: "04:00"
open-pull-requests-limit: 1
rebase-strategy: "enabled"