We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baf0da6 commit 8bb2a2fCopy full SHA for 8bb2a2f
.github/dependabot.yaml
@@ -0,0 +1,14 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "github-actions"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "daily"
7
+ - package-ecosystem: "pub"
8
+ directory: "/example"
9
10
11
12
13
14
.gitignore
@@ -1,4 +1,5 @@
.dart_tool
.packages
pubspec.lock
-.DS_Store
+.DS_Store
+.idea
0 commit comments