vaultwarden/renovate.json

30 lines
857 B
JSON
Raw 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-18 14:02:28 +00:00
"ignorePresets": [":prHourlyLimit2"],
2020-10-17 19:23:13 +00:00
"regexManagers": [
{
"fileMatch": ["^Dockerfile$"],
"matchStrings": [
2020-10-23 07:59:13 +00:00
"# renovate: datasource=(?<datasource>\\S+) depName=(?<depName>\\S+)( versioning=(?<versioning>.*?))?\\nENV .*?_VERSION=\"\\${.*:-(?<currentValue>.*)}\"\\s"
2020-10-17 19:23:13 +00:00
]
},
{
"fileMatch": ["^Makefile$"],
"matchStrings": [
2020-10-23 07:59:13 +00:00
"# renovate: datasource=(?<datasource>\\S+) depName=(?<depName>\\S+)( versioning=(?<versioning>.*?))?\\nexport .*?_VERSION \\?= (?<currentValue>.*)\\s"
2020-10-17 19:23:13 +00:00
]
}
2020-10-17 20:33:14 +00:00
],
"packageRules": [
{
"datasources": ["github-releases"],
2020-10-23 07:59:13 +00:00
"groupName": "Bitwarden RS packages",
"packagePatterns": ["^dani-garcia"]
}
2020-11-28 11:10:29 +00:00
],
"droneci": {
"enabled": false
}
2020-10-17 19:09:08 +00:00
}