mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-05 05:47:10 -04:00
13 lines
276 B
JSON
13 lines
276 B
JSON
{
|
|
"configMigration": true,
|
|
"branchConcurrentLimit": 10,
|
|
"prHourlyLimit": 25,
|
|
"recreateWhen": "always",
|
|
"prCreation": "immediate",
|
|
"extends": [
|
|
"config:recommended",
|
|
"docker:pinDigests",
|
|
"helpers:pinGitHubActionDigests",
|
|
":pinDevDependencies"
|
|
]
|
|
}
|