Skip to content

Commit f573219

Browse files
Migrate renovate config (#2051)
* ⬆️: migrate config .github/renovate.json * Prettified Code! --------- 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 f9e480b commit f573219

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/renovate.json

Lines changed: 3 additions & 1 deletion
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": [

0 commit comments

Comments
 (0)