Skip to content

Commit 61bc775

Browse files
Migrate renovate config (#350)
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 9f23677 commit 61bc775

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Diff for: .github/renovate.json

+6-3
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": [
@@ -26,6 +28,7 @@
2628
"depNameTemplate": "alpine_3_20/{{package}}"
2729
},
2830
{
31+
"customType": "regex",
2932
"fileMatch": ["/Dockerfile$"],
3033
"matchStrings": [
3134
"ARG BOOKSTACK_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
@@ -43,8 +46,8 @@
4346
{
4447
"groupName": "PHP",
4548
"matchDatasources": ["repology"],
46-
"matchDepPatterns": ["alpine.*/php.*"],
47-
"automerge": true
49+
"automerge": true,
50+
"matchDepNames": ["/alpine.*/php.*/"]
4851
},
4952
{
5053
"groupName": "Add-on base image",

0 commit comments

Comments
 (0)