Skip to content

Commit 7e3f254

Browse files
committed
WIP
1 parent 4996052 commit 7e3f254

File tree

2 files changed

+25
-14
lines changed

2 files changed

+25
-14
lines changed

.github/renovate.json5

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

renovate.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"dependencyDashboard": true,
4+
"enabledManagers": [
5+
"cargo"
6+
],
7+
"forkProcessing": "enabled",
8+
"ignorePaths": [
9+
"compiler/**",
10+
"library/**",
11+
"tests/**"
12+
],
13+
"packageRules": [{
14+
"matchFileNames": ["src/**"],
15+
"enabled": false
16+
},{
17+
"matchFileNames": ["src/bootstrap/Cargo.toml"],
18+
"enabled": true,
19+
"groupName": "bootstrap Cargo.lock"
20+
}],
21+
"lockFileMaintenance": {
22+
"enabled": true,
23+
"schedule": ["before 4am on wednesday"]
24+
}
25+
}

0 commit comments

Comments
 (0)