mirror of
https://github.com/hassio-addons/addon-airsonos.git
synced 2025-05-04 19:11:22 +00:00
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
41 lines
1.2 KiB
JSON
41 lines
1.2 KiB
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"rebaseWhen": "behind-base-branch",
|
|
"dependencyDashboard": true,
|
|
"labels": ["dependencies", "no-stale"],
|
|
"commitMessagePrefix": "⬆️",
|
|
"commitMessageTopic": "{{depName}}",
|
|
"customManagers": [
|
|
{
|
|
"customType": "regex",
|
|
"fileMatch": ["/Dockerfile$", "/build.yaml$"],
|
|
"matchStringsStrategy": "any",
|
|
"matchStrings": [
|
|
"ARG BUILD_FROM=(?<depName>.*?):(?<currentValue>.*?)\\s+",
|
|
"(aarch64|amd64|armhf|armv7|i386):\\s[\"']?(?<depName>.*?):(?<currentValue>.*?)[\"']?\\s"
|
|
],
|
|
"datasourceTemplate": "docker"
|
|
},
|
|
{
|
|
"customType": "regex",
|
|
"fileMatch": ["/Dockerfile$"],
|
|
"matchStrings": [
|
|
"ARG AIRCONNECT_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
|
|
],
|
|
"datasourceTemplate": "github-releases",
|
|
"depNameTemplate": "philippe44/AirConnect"
|
|
}
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"groupName": "Add-on base image",
|
|
"matchDatasources": ["docker"]
|
|
},
|
|
{
|
|
"groupName": "Add-on base image",
|
|
"matchDatasources": ["docker"],
|
|
"matchUpdateTypes": ["patch"],
|
|
"automerge": true
|
|
}
|
|
]
|
|
}
|