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