We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0123491 commit 8eae1b0Copy full SHA for 8eae1b0
1 file changed
.github/renovate.json
@@ -4,9 +4,9 @@
4
"customManagers": [
5
{
6
"customType": "regex",
7
- "fileMatch": ["^build\\.yaml$"],
+ "fileMatch": ["^Dockerfile$"],
8
"matchStrings": [
9
- "(?<image>ghcr\\.io/home-assistant/[a-z0-9]+-base:(?<alpineVersion>alpine[0-9\\.]+))-(?<currentValue>[0-9]+\\.[0-9]+\\.[0-9]+)"
+ "BUILD_FROM=(?<image>ghcr\\.io/home-assistant/base:(?<alpineVersion>alpine[0-9\\.]+))-(?<currentValue>[0-9]+\\.[0-9]+\\.[0-9]+)"
10
],
11
"datasourceTemplate": "github-releases",
12
"depNameTemplate": "home-assistant/docker-base"
0 commit comments