mirror of
https://github.com/VeryGoodOpenSource/very_good_analysis.git
synced 2026-03-13 10:00:37 +08:00
feat: add dependabot (#58)
This commit is contained in:
14
.github/dependabot.yaml
vendored
Normal file
14
.github/dependabot.yaml
vendored
Normal 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
3
.gitignore
vendored
@@ -1,4 +1,5 @@
|
||||
.dart_tool
|
||||
.packages
|
||||
pubspec.lock
|
||||
.DS_Store
|
||||
.DS_Store
|
||||
.idea
|
||||
|
||||
Reference in New Issue
Block a user