mirror of
https://github.com/msfjarvis/gitice
synced 2025-08-13 19:27:01 +05:30
12 lines
172 B
JSON
12 lines
172 B
JSON
{
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"matchPackagePatterns": ["*"],
|
|
"automerge": true,
|
|
"automergeType": "branch"
|
|
}
|
|
]
|
|
}
|