Skip to content

Commit d7c0d3a

Browse files
committed
WIP
1 parent 6ecef6a commit d7c0d3a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

renovate.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,21 @@
33
"schedule": "at any time",
44
"dependencyDashboard": true,
55
"prHourlyLimit": 0,
6-
"cloneSubmodules": true,
6+
"customEnvVariables": {
7+
"RUSTC_BOOTSTRAP": "1"
8+
},
79
"enabledManagers": [
810
"cargo"
911
],
1012
"forkProcessing": "enabled",
1113
"includePaths": [
12-
"src/tools/rustbook/Cargo.toml",
14+
"library/**",
1315
"src/bootstrap/Cargo.toml"
1416
],
1517
"packageRules": [{
16-
"matchFileNames": ["src/tools/rustbook/Cargo.toml"],
18+
"matchFileNames": ["library/Cargo.toml", "library/**/Cargo.toml"],
1719
"enabled": true,
18-
"groupName": "rustbook Cargo.lock"
20+
"groupName": "library Cargo.lock"
1921
}, {
2022
"matchFileNames": ["src/bootstrap/Cargo.toml"],
2123
"enabled": true,

0 commit comments

Comments
 (0)