mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2026-04-01 07:05:38 +02:00
Update renovate.json
This commit is contained in:
@@ -1,22 +1,15 @@
|
|||||||
{
|
{
|
||||||
"extends": ["config:recommended"],
|
"extends": ["config:recommended"],
|
||||||
|
|
||||||
"enabledManagers": ["docker-compose"],
|
"enabledManagers": ["docker-compose"],
|
||||||
|
|
||||||
"docker-compose": {
|
"docker-compose": {
|
||||||
"fileMatch": [
|
"fileMatch": [
|
||||||
"(^|/)(docker-)?compose\\.ya?ml$",
|
"^examples/.+/(docker-)?compose\\.ya?ml$",
|
||||||
"(^|/)docker-compose\\.ya?ml$"
|
"^examples/.+/docker-compose\\.ya?ml$"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
"packageRules": [
|
|
||||||
{
|
|
||||||
"matchManagers": ["docker-compose"],
|
|
||||||
"matchPackageNames": ["*"],
|
|
||||||
"groupName": null
|
|
||||||
}
|
|
||||||
],
|
|
||||||
|
|
||||||
"separateMajorMinor": true,
|
"separateMajorMinor": true,
|
||||||
"separateMinorPatch": true,
|
"separateMinorPatch": true,
|
||||||
"prConcurrentLimit": 0,
|
"prConcurrentLimit": 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user