Skip to content

Commit 81e6d8d

Browse files
committed
Renovate tweaks
- enable lockfile maintenance to update Cargo.lock without Cargo - don't create PRs until checks have completed for the change - wait 3 days for woops! on new releases - prefer lockfile updates over changes to Cargo.toml The last one I think is not working correctly for Cargo - not harmful, just still more noise than we'd prefer - I'm working with renovate to track this down.
1 parent 2850e7e commit 81e6d8d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/renovate.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,11 @@
55
],
66
"labels": [
77
"dependencies"
8-
]
8+
],
9+
"lockFileMaintenance": {
10+
"enabled": true
11+
},
12+
"prCreation": "not-pending",
13+
"rangeStrategy": "replace",
14+
"stabilityDays": 3
915
}

0 commit comments

Comments
 (0)