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 4996052 commit 7e3f254Copy full SHA for 7e3f254
.github/renovate.json5
renovate.json
@@ -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
23
+ "schedule": ["before 4am on wednesday"]
24
+ }
25
+}
0 commit comments