Merge pull request #228 from yeikel/patch-1

Add dependabot configuration
This commit is contained in:
Julien Catania 2023-09-22 21:21:26 +02:00 committed by GitHub
commit dcaa140ba1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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

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