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 fd53cc2Copy full SHA for fd53cc2
.github/renovate.json5
renovate.json
@@ -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
21
+ "groupName": "library Cargo.lock"
22
+ }],
23
+ "rangeStrategy": "in-range-only",
24
+ "lockFileMaintenance": {
25
26
+ "schedule": "at any time"
27
+ }
28
+}
0 commit comments