0
0
Fork 0
mirror of https://github.com/actions-rs/toolchain.git synced 2025-05-08 03:29:23 +03:00

chroe(renovate): configure renovate

This commit is contained in:
mirror-kt 2022-02-20 21:04:21 +09:00
parent 88dc235639
commit 5bd40951ad
No known key found for this signature in database
GPG key ID: 9A636A5FA3A47D2A

19
.github/renovate.json vendored Normal file
View file

@ -0,0 +1,19 @@
{
"extends": [
"config:base"
],
"packageRules": [
{
"matchUpdateTypes": [
"minor",
"patch"
],
"automerge": true
}
],
"commitMessagePrefix": "chroe(deps): ",
"labels": [
"dependencies"
],
"prHourlyLimit": 0
}