mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-03-08 05:21:51 +00:00
* Disable renovate for portainer * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
29 lines
842 B
JSON
29 lines
842 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"rebaseWhen": "behind-base-branch",
|
|
"dependencyDashboard": true,
|
|
"dependencyDashboardAutoclose": 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": [
|
|
{
|
|
"matchManagers": ["github-actions"],
|
|
"matchUpdateTypes": ["minor", "patch"],
|
|
"automerge": true
|
|
}
|
|
],
|
|
"ignorePaths": ["/portainer/*"]
|
|
}
|