Skip to content

Commit

Permalink
ci: add build.yaml to renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
jcwillox committed Jun 10, 2024
1 parent cde6bab commit 05b9d8d
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>jcwillox/renovate-config", ":automergeMinor"]
"extends": ["github>jcwillox/renovate-config", ":automergeMinor"],
"customManagers": [
{
"fileMatch": ["(^|/)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"],
"matchPackagePrefixes": ["ghcr.io/hassio-addons/base"]
}
]
}

0 comments on commit 05b9d8d

Please sign in to comment.