Skip to content

Commit 05b4f19

Browse files
committed
WIP
1 parent 2ec95f6 commit 05b4f19

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

renovate.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,24 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"schedule": "at any time",
44
"dependencyDashboard": true,
5-
"branchPrefix": "renovatebot/",
5+
"prHourlyLimit": 0,
66
"enabledManagers": [
77
"cargo"
88
],
99
"forkProcessing": "enabled",
1010
"includePaths": [
11-
"library/**"
11+
"src/tools/rustbook/Cargo.toml",
12+
"src/bootstrap/Cargo.toml"
1213
],
14+
"packageRules": [{
15+
"matchFileNames": ["src/tools/rustbook/Cargo.toml"],
16+
"enabled": true,
17+
"groupName": "rustbook Cargo.lock"
18+
}, {
19+
"matchFileNames": ["src/bootstrap/Cargo.toml"],
20+
"enabled": true,
21+
"groupName": "bootstrap Cargo.lock"
22+
}],
1323
"rangeStrategy": "in-range-only",
1424
"lockFileMaintenance": {
1525
"enabled": true,

0 commit comments

Comments
 (0)