Skip to content

Commit 4c53a6c

Browse files
committed
add cargo ecosystem to dependabot config
1 parent 76818ca commit 4c53a6c

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,22 @@ updates:
1414
patterns:
1515
- "*"
1616
- package-ecosystem: pip
17-
directory: /
17+
directory: cpp-linter-py/
1818
schedule:
1919
interval: "daily"
2020
groups:
2121
pip:
2222
patterns:
2323
- "*"
24+
- package-ecosystem: cargo
25+
directories:
26+
- cpp-linter-lib/
27+
- cpp-linter-py/
28+
schedule:
29+
interval: "daily"
30+
ignore:
31+
- dependency-name: cpp-linter-lib
32+
groups:
33+
cargo:
34+
patterns:
35+
- "*"

0 commit comments

Comments
 (0)