mirror of
https://github.com/hassio-addons/addon-airsonos.git
synced 2025-05-04 19:11:22 +00:00
31 lines
883 B
JSON
31 lines
883 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"rebaseWhen": "behind-base-branch",
|
|
"dependencyDashboard": true,
|
|
"labels": ["dependencies", "no-stale"],
|
|
"commitMessagePrefix": "⬆️",
|
|
"commitMessageTopic": "{{depName}}",
|
|
"regexManagers": [
|
|
{
|
|
"fileMatch": ["/Dockerfile$", "/build.yaml$"],
|
|
"matchStringsStrategy": "any",
|
|
"matchStrings": [
|
|
"ARG BUILD_FROM=(?<depName>.*?):(?<currentValue>.*?)\\s+",
|
|
"(aarch64|amd64|armhf|armv7|i386):\\s[\"']?(?<depName>.*?):(?<currentValue>.*?)[\"']?\\s"
|
|
],
|
|
"datasourceTemplate": "docker"
|
|
}
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"groupName": "Add-on base image",
|
|
"matchDatasources": ["docker"]
|
|
},
|
|
{
|
|
"groupName": "Add-on base image",
|
|
"matchDatasources": ["docker"],
|
|
"matchUpdateTypes": ["patch"],
|
|
"automerge": true
|
|
}
|
|
]
|
|
}
|