k9casca2/serveis/crypad/cryptpad-k8s/renovate.json
2025-04-08 09:54:04 +02:00

26 lines
700 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"regexManagers": [
{
"fileMatch": ["^version\\.txt$"],
"matchStrings": ["^(?<currentValue>\\d+\\.\\d+\\.\\d+)"],
"depNameTemplate": "xwiki-labs/cryptpad-docker",
"datasourceTemplate": "github-tags"
},
{
"fileMatch": ["^cryptpad\\.yml$"],
"matchStrings": [
"^\\s+image:\\s?quay\\.io/ffddorf/cryptpad:(?<currentValue>\\d+\\.\\d+\\.\\d+)$"
],
"depNameTemplate": "xwiki-labs/cryptpad-docker",
"datasourceTemplate": "github-tags"
}
],
"packageRules": [
{
"matchPackageNames": ["xwiki-labs/cryptpad"],
"groupName": "cryptpad"
}
]
}