Add Dependabot for pub and GH Actions

This commit is contained in:
Piotr Rogowski 2022-09-18 13:43:53 +02:00
parent 4b9792c34a
commit d986a92702
No known key found for this signature in database
GPG Key ID: 4A842D702D9C6F8F

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

@ -0,0 +1,14 @@
version: 2
enable-beta-ecosystems: true
updates:
- package-ecosystem: "pub"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"