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 d536ce2 commit c4603b0Copy full SHA for c4603b0
.github/dependabot.yml
@@ -0,0 +1,10 @@
1
+version: 2
2
+
3
+# Only enable cargo, turn off npm from wasm example
4
+updates:
5
+ - package-ecosystem: "cargo"
6
+ directory: "/"
7
+ schedule:
8
+ interval: "daily"
9
+ # disable regular version updates, security updates are unaffected
10
+ open-pull-requests-limit: 0
0 commit comments