26 lines
700 B
JSON
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"
|
|
}
|
|
]
|
|
}
|