vaultwarden/renovate.json

27 lines
816 B
JSON
Raw Normal View History

2020-10-17 21:09:08 +02:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
2020-10-17 21:28:58 +02:00
"extends": ["config:base"],
2020-10-18 16:02:28 +02:00
"ignorePresets": [":prHourlyLimit2"],
2020-10-17 21:23:13 +02:00
"regexManagers": [
{
"fileMatch": ["^Dockerfile$"],
"matchStrings": [
2020-10-23 09:59:13 +02:00
"# renovate: datasource=(?<datasource>\\S+) depName=(?<depName>\\S+)( versioning=(?<versioning>.*?))?\\nENV .*?_VERSION=\"\\${.*:-(?<currentValue>.*)}\"\\s"
2020-10-17 21:23:13 +02:00
]
},
{
"fileMatch": ["^Makefile$"],
"matchStrings": [
2020-10-23 09:59:13 +02:00
"# renovate: datasource=(?<datasource>\\S+) depName=(?<depName>\\S+)( versioning=(?<versioning>.*?))?\\nexport .*?_VERSION \\?= (?<currentValue>.*)\\s"
2020-10-17 21:23:13 +02:00
]
}
2020-10-17 22:33:14 +02:00
],
"packageRules": [
{
"datasources": ["github-releases"],
2020-10-23 09:59:13 +02:00
"groupName": "Bitwarden RS packages",
"packagePatterns": ["^dani-garcia"]
}
2020-10-17 23:17:18 +02:00
]
2020-10-17 21:09:08 +02:00
}