Skip to content

Commit fd53cc2

Browse files
committed
WIP
1 parent 4996052 commit fd53cc2

File tree

2 files changed

+28
-14
lines changed

2 files changed

+28
-14
lines changed

.github/renovate.json5

Lines changed: 0 additions & 14 deletions
This file was deleted.

renovate.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"schedule": "at any time",
4+
"dependencyDashboard": true,
5+
"branchPrefix": "renovatebot/",
6+
"enabledManagers": [
7+
"cargo"
8+
],
9+
"forkProcessing": "enabled",
10+
"includePaths": [
11+
"src/bootstrap/Cargo.toml",
12+
"library/Cargo.toml"
13+
],
14+
"packageRules": [{
15+
"matchFileNames": ["src/bootstrap/Cargo.toml"],
16+
"enabled": true,
17+
"groupName": "bootstrap Cargo.lock"
18+
}, {
19+
"matchFileNames": ["library/Cargo.toml"],
20+
"enabled": true,
21+
"groupName": "library Cargo.lock"
22+
}],
23+
"rangeStrategy": "in-range-only",
24+
"lockFileMaintenance": {
25+
"enabled": true,
26+
"schedule": "at any time"
27+
}
28+
}

0 commit comments

Comments
 (0)