vaultwarden/renovate.json

26 lines
748 B
JSON
Raw Permalink Normal View History

2020-10-17 19:09:08 +00:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
2020-10-17 19:28:58 +00:00
"extends": ["config:base"],
2020-10-17 19:23:13 +00:00
"regexManagers": [
{
"fileMatch": ["^Dockerfile$"],
"matchStrings": [
"datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\sENV .*?_VERSION=\"\\${.*:-(?<currentValue>.*)}\"\\s"
]
},
{
"fileMatch": ["^Makefile$"],
"matchStrings": [
2020-10-17 19:28:58 +00:00
"datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\sexport .*?_VERSION \\?= (?<currentValue>.*)\\s"
2020-10-17 19:23:13 +00:00
]
}
2020-10-17 20:33:14 +00:00
],
"packageRules": [
{
"datasources": ["github-releases"],
"groupName": "bitwarden_rs packages",
"packagePatterns": ["^dani-garcia"]
}
2020-10-17 21:17:18 +00:00
]
2020-10-17 19:09:08 +00:00
}