We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 87e064f + 19bae9b commit bfd633cCopy full SHA for bfd633c
1 file changed
.github/dependabot.yml
@@ -1,6 +1,26 @@
1
version: 2
2
+
3
updates:
4
+ # Production dependencies (e.g., [dependencies], [build-dependencies])
5
- package-ecosystem: "cargo"
6
directory: "/"
7
schedule:
8
interval: daily
9
+ allow:
10
+ - dependency-type: "production"
11
+ labels:
12
+ - "📦 Dependencies"
13
+ assignees:
14
+ - LuisFerLCC
15
16
+ # Development dependencies (e.g., [dev-dependencies])
17
+ - package-ecosystem: "cargo"
18
+ directory: "impl"
19
+ schedule:
20
+ interval: daily
21
22
+ - dependency-type: "development"
23
24
+ - "💻 Dev Dependencies"
25
26
0 commit comments