mirror of
https://github.com/ProtonMail/protoncore_android.git
synced 2026-05-15 09:50:41 +00:00
18 lines
505 B
JSON
18 lines
505 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"enabledManagers": ["regex", "gitlabci"],
|
|
"regexManagers": [
|
|
{
|
|
"fileMatch": ["\\.yml$", "\\.yaml$"],
|
|
"matchStrings": [
|
|
"DOCKER_IMAGE_VERSION:\\s+(?<currentValue>v[0-9]+\\.[0-9]+\\.[0-9]+)"
|
|
],
|
|
"datasourceTemplate": "gitlab-tags",
|
|
"depNameTemplate": "android/shared/docker-android",
|
|
"registryUrlTemplate": "https://gitlab.protontech.ch/"
|
|
}
|
|
]
|
|
} |