This repository has been archived on 2024-02-03. You can view files and clone it, but cannot push or open issues or pull requests.
vaultwarden-ldap/renovate.json

30 lines
863 B
JSON
Raw Normal View History

2020-10-17 21:09:23 +02:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
2020-10-18 14:24:21 +02:00
"extends": ["config:base"],
2020-10-18 16:02:50 +02:00
"ignorePresets": [":prHourlyLimit2"],
2020-10-18 14:24:21 +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-18 14:24:21 +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-18 14:24:21 +02:00
]
}
],
"packageRules": [
{
"datasources": ["github-releases"],
2020-10-23 09:59:13 +02:00
"groupName": "Bitwarden RS ldap packages",
2020-10-18 14:24:21 +02:00
"packagePatterns": ["^ViViDboarder"]
}
2020-11-28 12:10:28 +01:00
],
"droneci": {
"enabled": false
}
2020-10-17 21:09:23 +02:00
}