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