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 b9067d0 commit bff6468Copy full SHA for bff6468
.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: "/examples/flutter_package"
9
10
11
12
+ directory: "/examples/dart_package"
13
14
.gitignore
@@ -0,0 +1 @@
+.idea
0 commit comments