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 9de702c commit eca2a2fCopy full SHA for eca2a2f
.github/dependabot.yml
@@ -2,6 +2,12 @@ version: 2
2
3
# Only enable cargo, turn off npm from wasm example
4
updates:
5
+ - package-ecosystem: "github-actions"
6
+ # Workflow files stored in the
7
+ # default location of `.github/workflows`
8
+ directory: "/"
9
+ schedule:
10
+ interval: "daily"
11
- package-ecosystem: "cargo"
12
directory: "/"
13
schedule:
0 commit comments