We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7023418 commit d5027ffCopy full SHA for d5027ff
1 file changed
.github/workflows/dependabot.yaml
@@ -0,0 +1,30 @@
1
+version: 2
2
+updates:
3
+
4
+- package-ecosystem: "github-actions"
5
+ directory: "/"
6
+ schedule:
7
+ interval: "daily"
8
+ cooldown:
9
+ default-days: 7
10
+ groups:
11
+ actions-updates:
12
+ dependency-type: "production"
13
+ applies-to: "version-updates"
14
+ actions-dev-updates:
15
+ dependency-type: "development"
16
17
18
+- package-ecosystem: "cargo"
19
20
21
22
23
24
25
+ cargo-updates:
26
27
28
+ cargo-dev-updates:
29
30
0 commit comments