mirror of
https://github.com/johndoe6345789/SDL3CPlusPlus.git
synced 2026-05-02 17:45:01 +00:00
dcec8f39a0
This reverts commit 8dd30db30d.
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"
|
|
}
|