We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dc2c3d commit d2918f1Copy full SHA for d2918f1
.github/dependabot.yml
@@ -1,5 +1,11 @@
1
version: 2
2
updates:
3
+- package-ecosystem: "github-actions"
4
+ # Workflow files stored in the
5
+ # default location of `.github/workflows`
6
+ directory: "/"
7
+ schedule:
8
+ interval: "daily"
9
- package-ecosystem: cargo
10
directory: "/"
11
schedule:
0 commit comments