mirror of
https://github.com/johndoe6345789/SDL3CPlusPlus.git
synced 2026-04-24 21:55:09 +00:00
18 lines
326 B
JSON
18 lines
326 B
JSON
{
|
|
"extends": ["config:base"],
|
|
"enabledManagers": ["conan"],
|
|
"conan": {
|
|
"enabled": true
|
|
},
|
|
"packageRules": [
|
|
{
|
|
"matchDatasources": ["conan"],
|
|
"groupName": "all Conan dependencies",
|
|
"automerge": true,
|
|
"automergeType": "branch"
|
|
}
|
|
],
|
|
"prConcurrentLimit": 5,
|
|
"timezone": "UTC"
|
|
}
|