We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b3cbcb commit 01fb5b8Copy full SHA for 01fb5b8
.github/dependabot.yml
@@ -0,0 +1,10 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "cargo"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "weekly"
7
+ commit-message:
8
+ # Prefix all commit messages with "deps: ", which should be
9
+ # accepted as a conventional commit and trigger release-please
10
+ prefix: "deps"
0 commit comments