enable dependabot scanning

This commit is contained in:
Alexandru Geana 2022-05-02 11:46:50 +02:00
parent 89827c00fa
commit 23d4c8597b
No known key found for this signature in database
GPG Key ID: 7B02578FC8E45306

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

@ -0,0 +1,7 @@
version: 2
enable-beta-ecosystems: true # required for the pub package manager
updates:
- package-ecosystem: "pub"
directory: "/"
schedule:
interval: "weekly"