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 c05fa5b commit 947b84eCopy full SHA for 947b84e
.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
@@ -34,8 +36,8 @@
34
36
35
37
"groupName": "PHP",
38
"matchDatasources": ["repology"],
- "matchDepPatterns": ["alpine.*/php.*"],
- "automerge": true
39
+ "automerge": true,
40
+ "matchDepNames": ["/alpine.*/php.*/"]
41
42
43
"groupName": "Add-on base image",
0 commit comments