Skip to content

Commit ef5fee7

Browse files
⬆️: migrate config .github/renovate.json (#16)
1 parent 0d86773 commit ef5fee7

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

.github/renovate.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,16 @@
1010
"commitMessagePrefix": "⬆️",
1111
"packageRules": [
1212
{
13-
"matchManagers": ["regex"],
14-
"matchFileNames": ["build.yaml", "Dockerfile"],
15-
"matchDatasources": ["docker"],
13+
"matchManagers": [
14+
"custom.regex"
15+
],
16+
"matchFileNames": [
17+
"build.yaml",
18+
"Dockerfile"
19+
],
20+
"matchDatasources": [
21+
"docker"
22+
],
1623
"groupName": "Home Assistant Base Images"
1724
}
1825
],
@@ -53,7 +60,6 @@
5360
],
5461
"datasourceTemplate": "docker",
5562
"versioningTemplate": "regex:^(?<compatibility>[a-z]+)?-?(?<major>\\d{1,4})\\.(?<minor>\\d{1,3})\\.(?<patch>\\d{1,3})$"
56-
// "extractVersionTemplate": "^(?:\\w+-)?(?<version>.*)$"
5763
}
5864
]
5965
}

0 commit comments

Comments
 (0)