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