Fix typo in config file name

This commit is contained in:
Edoardo Pirovano 2021-07-27 17:32:38 +01:00
parent 181fce25fe
commit 69c3617042
No known key found for this signature in database
GPG key ID: 047556B5D93FFE28

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

@ -0,0 +1,9 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
day: "thursday" # Gives us a working day to merge this before our typical release
labels:
- "Update dependencies"