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