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 2a8eda7 commit 0e27965Copy full SHA for 0e27965
.github/dependabot.yaml
@@ -40,6 +40,10 @@ updates:
40
directory: "/examples/todos/packages/in_memory_todos_data_source"
41
schedule:
42
interval: "daily"
43
+ - package-ecosystem: "pub"
44
+ directory: "/examples/kitchen_sink"
45
+ schedule:
46
+ interval: "daily"
47
- package-ecosystem: "pub"
48
directory: "/packages/dart_frog_cli"
49
@@ -56,7 +60,11 @@ updates:
56
60
directory: "/packages/dart_frog"
57
61
58
62
63
64
+ directory: "/packages/dart_frog_web_socket"
65
66
59
67
- package-ecosystem: "npm"
68
directory: "/docs"
69
- interval: "daily"
70
0 commit comments