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 6ecef6a commit d7c0d3aCopy full SHA for d7c0d3a
renovate.json
@@ -3,19 +3,21 @@
3
"schedule": "at any time",
4
"dependencyDashboard": true,
5
"prHourlyLimit": 0,
6
- "cloneSubmodules": true,
+ "customEnvVariables": {
7
+ "RUSTC_BOOTSTRAP": "1"
8
+ },
9
"enabledManagers": [
10
"cargo"
11
],
12
"forkProcessing": "enabled",
13
"includePaths": [
- "src/tools/rustbook/Cargo.toml",
14
+ "library/**",
15
"src/bootstrap/Cargo.toml"
16
17
"packageRules": [{
- "matchFileNames": ["src/tools/rustbook/Cargo.toml"],
18
+ "matchFileNames": ["library/Cargo.toml", "library/**/Cargo.toml"],
19
"enabled": true,
- "groupName": "rustbook Cargo.lock"
20
+ "groupName": "library Cargo.lock"
21
}, {
22
"matchFileNames": ["src/bootstrap/Cargo.toml"],
23
0 commit comments