Skip to content

Commit 00e6acb

Browse files
committed
WIP
1 parent 7710927 commit 00e6acb

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

renovate.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,16 @@
99
"enabledManagers": [
1010
"cargo"
1111
],
12+
"cloneSubmodules": true,
13+
"cloneSubmodulesFilter": [
14+
"!src/llvm-project",
15+
"!src/gcc"
16+
],
1217
"forkProcessing": "enabled",
1318
"includePaths": [
1419
"library/**",
15-
"src/bootstrap/Cargo.toml"
20+
"src/bootstrap/Cargo.toml",
21+
"src/tools/rustbook/Cargo.toml"
1622
],
1723
"packageRules": [{
1824
"matchFileNames": ["library/Cargo.toml", "library/**/Cargo.toml"],
@@ -22,6 +28,10 @@
2228
"matchFileNames": ["src/bootstrap/Cargo.toml"],
2329
"enabled": true,
2430
"groupName": "bootstrap Cargo.lock"
31+
}, {
32+
"matchFileNames": ["src/tools/rustbook/Cargo.toml"],
33+
"enabled": true,
34+
"groupName": "rustbook Cargo.lock"
2535
}],
2636
"rangeStrategy": "in-range-only",
2737
"lockFileMaintenance": {

0 commit comments

Comments
 (0)