mirror of
https://github.com/opencloud-eu/opencloud-compose.git
synced 2026-06-08 12:10:05 +08:00
feat: pin version, add renovate
This commit is contained in:
@@ -28,5 +28,17 @@
|
||||
"fileMatch": [
|
||||
".+\\.ya?ml$"
|
||||
]
|
||||
}
|
||||
},
|
||||
"regexManagers": [
|
||||
{
|
||||
"fileMatch": [
|
||||
"^docker-compose\\.yml$",
|
||||
"^weboffice/collabora\\.yml$"
|
||||
],
|
||||
"matchStrings": [
|
||||
"# renovate: depName=(?<depName>[^\\s]+)\\n\\s+image: [^:]+:\\$\\{[^}]+-(?<currentValue>[0-9]+\\.[0-9]+\\.[0-9]+)\\}"
|
||||
],
|
||||
"datasourceTemplate": "docker"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user