File tree Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3
- "extends" : [" config:recommended" , " docker:pinDigests" ],
3
+ "extends" : [
4
+ " config:recommended" ,
5
+ " docker:pinDigests"
6
+ ],
4
7
"enabledManagers" : [
5
8
" github-actions" ,
6
9
" custom.regex"
7
10
],
8
11
"customManagers" : [
9
12
{
10
13
"customType" : " regex" ,
11
- "fileMatch" : [" docker-bake.hcl" ],
14
+ "managerFilePatterns" : [
15
+ " /docker-bake.hcl/"
16
+ ],
12
17
"matchStrings" : [
13
18
" \\ /\\ /\\ s*renovate:\\ s*datasource=(?<datasource>.*?)\\ s+(versioning=(?<versioning>.*?))?\\ s+\" (?<depName>[^:]+):(?<currentValue>[^\\ s@]+)(@(?<currentDigest>sha256:[0-9a-f]*))?\" "
14
19
],
17
22
],
18
23
"packageRules" : [
19
24
{
20
- "matchPackageNames" : [" debian" ],
25
+ "matchPackageNames" : [
26
+ " debian"
27
+ ],
21
28
"groupName" : " Debian base images"
22
29
},
23
30
{
24
31
"matchDepTypes" : [
25
- " action"
32
+ " action"
26
33
],
27
34
"pinDigests" : true
28
35
}
29
36
]
30
- }
37
+ }
You can’t perform that action at this time.
0 commit comments