mirror of
https://github.com/actions-rs/toolchain.git
synced 2025-12-20 13:25:47 +02:00
19 lines
308 B
JSON
19 lines
308 B
JSON
{
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"matchUpdateTypes": [
|
|
"minor",
|
|
"patch"
|
|
],
|
|
"automerge": true
|
|
}
|
|
],
|
|
"commitMessagePrefix": "chroe(deps): ",
|
|
"labels": [
|
|
"dependencies"
|
|
],
|
|
"prHourlyLimit": 0
|
|
}
|