feat: add dependabot (#58)

This commit is contained in:
Renan
2022-10-14 09:31:40 -03:00
committed by GitHub
parent baf0da60e8
commit 8bb2a2f5be
2 changed files with 16 additions and 1 deletions

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

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

3
.gitignore vendored
View File

@@ -1,4 +1,5 @@
.dart_tool
.packages
pubspec.lock
.DS_Store
.DS_Store
.idea