We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 863dc34 commit 2d7eb59Copy full SHA for 2d7eb59
1 file changed
.github/dependabot.yml
@@ -0,0 +1,26 @@
1
+# Please see the documentation for all configuration options:
2
+# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
3
+
4
+version: 2
5
+updates:
6
+ - package-ecosystem: "cargo"
7
+ directory: "/"
8
+ schedule:
9
+ interval: "weekly"
10
+ commit-message:
11
+ prefix: "fix"
12
+ groups:
13
+ rust-crates:
14
+ patterns:
15
+ - "*"
16
17
+ - package-ecosystem: "github-actions"
18
19
20
21
22
+ prefix: "chore"
23
24
+ ci:
25
26
0 commit comments