feat: pin version, add renovate

This commit is contained in:
Michael Barz
2026-03-03 21:26:56 +01:00
parent 70fa25573f
commit d146f60855
3 changed files with 17 additions and 3 deletions

View File

@@ -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"
}
]
}