mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2026-04-01 00:45:36 +02:00
Update renovate.json
This commit is contained in:
@@ -1,13 +1,23 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["config:recommended"],
|
||||
|
||||
"extends": ["config:base"],
|
||||
|
||||
"enabledManagers": ["docker-compose"],
|
||||
"ignorePaths": ["**/node_modules/**", "**/vendor/**"],
|
||||
|
||||
"includePaths": ["examples/**"],
|
||||
|
||||
"ignorePaths": [
|
||||
"**/node_modules/**",
|
||||
"**/vendor/**"
|
||||
],
|
||||
|
||||
"docker-compose": {
|
||||
"fileMatch": ["(^|/)examples/.+/(?:docker-)?compose\\.ya?ml$"]
|
||||
"managerFilePatterns": [
|
||||
"/(^|/)examples\\/.*\\/(?:docker-)?compose\\.ya?ml$/"
|
||||
]
|
||||
},
|
||||
|
||||
"separateMajorMinor": true,
|
||||
"separateMinorPatch": true,
|
||||
"prConcurrentLimit": 0,
|
||||
"prHourlyLimit": 0
|
||||
"separateMinorPatch": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user