Skip to content

Commit 947b84e

Browse files
Migrate renovate config (#222)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
1 parent c05fa5b commit 947b84e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/renovate.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
"labels": ["dependencies", "no-stale"],
66
"commitMessagePrefix": "⬆️",
77
"commitMessageTopic": "{{depName}}",
8-
"regexManagers": [
8+
"customManagers": [
99
{
10+
"customType": "regex",
1011
"fileMatch": ["/Dockerfile$", "/build.yaml$"],
1112
"matchStringsStrategy": "any",
1213
"matchStrings": [
@@ -16,6 +17,7 @@
1617
"datasourceTemplate": "docker"
1718
},
1819
{
20+
"customType": "regex",
1921
"fileMatch": ["/Dockerfile$"],
2022
"matchStringsStrategy": "any",
2123
"matchStrings": [
@@ -34,8 +36,8 @@
3436
{
3537
"groupName": "PHP",
3638
"matchDatasources": ["repology"],
37-
"matchDepPatterns": ["alpine.*/php.*"],
38-
"automerge": true
39+
"automerge": true,
40+
"matchDepNames": ["/alpine.*/php.*/"]
3941
},
4042
{
4143
"groupName": "Add-on base image",

0 commit comments

Comments
 (0)