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