File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3+ "enabledManagers" : [" custom.regex" ],
4+ "customManagers" : [
5+ {
6+ "customType" : " regex" ,
7+ "fileMatch" : [" ^build\\ .yaml$" ],
8+ "matchStrings" : [
9+ " (?<image>ghcr\\ .io/home-assistant/[a-z0-9]+-base:(?<alpineVersion>alpine[0-9\\ .]+))-(?<currentValue>[0-9]+\\ .[0-9]+\\ .[0-9]+)"
10+ ],
11+ "datasourceTemplate" : " github-releases" ,
12+ "depNameTemplate" : " home-assistant/docker-base"
13+ }
14+ ],
15+ "packageRules" : [
16+ {
17+ "matchDatasources" : [" github-releases" ],
18+ "matchDepNames" : [" home-assistant/docker-base" ],
19+ "groupName" : " docker-base" ,
20+ "commitMessageTopic" : " home-assistant/docker-base image" ,
21+ "commitMessageExtra" : " to {{newVersion}}" ,
22+ "versioning" : " pep440" ,
23+ "minimumReleaseAge" : " 1 hour"
24+ }
25+ ]
26+ }
You can’t perform that action at this time.
0 commit comments