vaultwarden/renovate.json

21 lines
590 B
JSON
Raw Normal View History

2020-10-17 21:09:08 +02:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
2020-10-17 21:23:13 +02:00
],
"regexManagers": [
{
"fileMatch": ["^Dockerfile$"],
"matchStrings": [
"datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\sENV .*?_VERSION=\"\\${.*:-(?<currentValue>.*)}\"\\s"
]
},
{
"fileMatch": ["^Makefile$"],
"matchStrings": [
"datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\sexport .*?_VERSION \?= (?<currentValue>.*)\\s"
]
}
2020-10-17 21:09:08 +02:00
]
}