Skip to content

Commit 8eae1b0

Browse files
committed
Update Renovate config
1 parent 0123491 commit 8eae1b0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/renovate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"customManagers": [
55
{
66
"customType": "regex",
7-
"fileMatch": ["^build\\.yaml$"],
7+
"fileMatch": ["^Dockerfile$"],
88
"matchStrings": [
9-
"(?<image>ghcr\\.io/home-assistant/[a-z0-9]+-base:(?<alpineVersion>alpine[0-9\\.]+))-(?<currentValue>[0-9]+\\.[0-9]+\\.[0-9]+)"
9+
"BUILD_FROM=(?<image>ghcr\\.io/home-assistant/base:(?<alpineVersion>alpine[0-9\\.]+))-(?<currentValue>[0-9]+\\.[0-9]+\\.[0-9]+)"
1010
],
1111
"datasourceTemplate": "github-releases",
1212
"depNameTemplate": "home-assistant/docker-base"

0 commit comments

Comments
 (0)