mirror of
https://github.com/hassio-addons/addon-debian-base.git
synced 2025-05-03 18:51:23 +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>
85 lines
2.5 KiB
JSON
85 lines
2.5 KiB
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"schedule": ["before 2am"],
|
|
"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 BASHIO_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
|
|
],
|
|
"datasourceTemplate": "github-releases",
|
|
"depNameTemplate": "hassio-addons/bashio",
|
|
"versioningTemplate": "semver"
|
|
},
|
|
{
|
|
"customType": "regex",
|
|
"fileMatch": ["/Dockerfile$"],
|
|
"matchStrings": [
|
|
"ARG S6_OVERLAY_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
|
|
],
|
|
"datasourceTemplate": "github-tags",
|
|
"versioningTemplate": "loose",
|
|
"depNameTemplate": "just-containers/s6-overlay",
|
|
"extractVersionTemplate": "^v(?<version>.*)$"
|
|
},
|
|
{
|
|
"customType": "regex",
|
|
"fileMatch": ["/Dockerfile$"],
|
|
"matchStrings": [
|
|
"ARG TEMPIO_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
|
|
],
|
|
"datasourceTemplate": "github-releases",
|
|
"depNameTemplate": "home-assistant/tempio",
|
|
"versioningTemplate": "loose"
|
|
},
|
|
{
|
|
"customType": "regex",
|
|
"fileMatch": ["/Dockerfile$"],
|
|
"matchStringsStrategy": "any",
|
|
"matchStrings": [
|
|
"\\s\\s(?<package>[a-z0-9][a-z0-9-]+)=(?<currentValue>[a-z0-9-:_+~.]+)\\s+"
|
|
],
|
|
"versioningTemplate": "deb",
|
|
"datasourceTemplate": "repology",
|
|
"depNameTemplate": "debian_12/{{package}}"
|
|
}
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"matchDatasources": ["github-releases"],
|
|
"matchDepNames": ["hassio-addons/bashio"],
|
|
"matchUpdateTypes": ["minor", "patch"],
|
|
"automerge": true
|
|
},
|
|
{
|
|
"matchDatasources": ["repology"],
|
|
"automerge": true
|
|
},
|
|
{
|
|
"groupName": "Debian base image",
|
|
"matchDatasources": ["docker"]
|
|
},
|
|
{
|
|
"groupName": "Debian base image",
|
|
"matchDatasources": ["docker"],
|
|
"matchUpdateTypes": ["patch"],
|
|
"automerge": true
|
|
}
|
|
]
|
|
}
|