ci: enable dependabot (#122)

This commit is contained in:
Adam Uhlíř 2022-05-30 14:05:51 +02:00 committed by GitHub
parent 09b44046b9
commit db8b18d26b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,8 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
# Always increase the version in package.json as well (for patch versions by default only package-lock.json i updated)
versioning-strategy: increase