Add Dependabot

This commit is contained in:
Piotr Rogowski 2022-04-08 19:24:35 +02:00
parent a8f3c548f8
commit c1781bcaee
No known key found for this signature in database
GPG Key ID: 4A842D702D9C6F8F
2 changed files with 8 additions and 0 deletions

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

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

View File

@ -4,6 +4,7 @@
"recommendations": [
"editorconfig.editorconfig",
"davidanson.vscode-markdownlint",
"streetsidesoftware.code-spell-checker",
"dart-code.dart-code",
"dart-code.flutter"
]