File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 5
5
"labels" : [" dependencies" , " no-stale" ],
6
6
"commitMessagePrefix" : " ⬆️" ,
7
7
"commitMessageTopic" : " {{depName}}" ,
8
- "regexManagers " : [
8
+ "customManagers " : [
9
9
{
10
+ "customType" : " regex" ,
10
11
"fileMatch" : [" /Dockerfile$" , " /build.yaml$" ],
11
12
"matchStringsStrategy" : " any" ,
12
13
"matchStrings" : [
16
17
"datasourceTemplate" : " docker"
17
18
},
18
19
{
20
+ "customType" : " regex" ,
19
21
"fileMatch" : [" /Dockerfile$" ],
20
22
"matchStringsStrategy" : " any" ,
21
23
"matchStrings" : [
26
28
"depNameTemplate" : " alpine_3_20/{{package}}"
27
29
},
28
30
{
31
+ "customType" : " regex" ,
29
32
"fileMatch" : [" /Dockerfile$" ],
30
33
"matchStrings" : [
31
34
" ARG BOOKSTACK_VERSION=[\" ']?(?<currentValue>.+?)[\" ']?\\ s+"
43
46
{
44
47
"groupName" : " PHP" ,
45
48
"matchDatasources" : [" repology" ],
46
- "matchDepPatterns " : [ " alpine.*/php.* " ] ,
47
- "automerge " : true
49
+ "automerge " : true ,
50
+ "matchDepNames " : [ " /alpine.*/php.*/ " ]
48
51
},
49
52
{
50
53
"groupName" : " Add-on base image" ,
You can’t perform that action at this time.
0 commit comments