We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76818ca commit 4c53a6cCopy full SHA for 4c53a6c
.github/dependabot.yml
@@ -14,10 +14,22 @@ updates:
14
patterns:
15
- "*"
16
- package-ecosystem: pip
17
- directory: /
+ directory: cpp-linter-py/
18
schedule:
19
interval: "daily"
20
groups:
21
pip:
22
23
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