We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9e480b commit f573219Copy full SHA for f573219
.github/renovate.json
@@ -5,8 +5,9 @@
5
"labels": ["dependencies", "no-stale"],
6
"commitMessagePrefix": "⬆️",
7
"commitMessageTopic": "{{depName}}",
8
- "regexManagers": [
+ "customManagers": [
9
{
10
+ "customType": "regex",
11
"fileMatch": ["/Dockerfile$", "/build.yaml$"],
12
"matchStringsStrategy": "any",
13
"matchStrings": [
@@ -16,6 +17,7 @@
16
17
"datasourceTemplate": "docker"
18
},
19
20
21
"fileMatch": ["/Dockerfile$"],
22
23
0 commit comments