File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3- "extends" : [" config:recommended" , " docker:pinDigests" ],
3+ "extends" : [
4+ " config:recommended" ,
5+ " docker:pinDigests"
6+ ],
47 "enabledManagers" : [
58 " github-actions" ,
69 " custom.regex"
710 ],
811 "customManagers" : [
912 {
1013 "customType" : " regex" ,
11- "fileMatch" : [" docker-bake.hcl" ],
14+ "managerFilePatterns" : [
15+ " /docker-bake.hcl/"
16+ ],
1217 "matchStrings" : [
1318 " \\ /\\ /\\ s*renovate:\\ s*datasource=(?<datasource>.*?)\\ s+(versioning=(?<versioning>.*?))?\\ s+\" (?<depName>[^:]+):(?<currentValue>[^\\ s@]+)(@(?<currentDigest>sha256:[0-9a-f]*))?\" "
1419 ],
1722 ],
1823 "packageRules" : [
1924 {
20- "matchPackageNames" : [" debian" ],
25+ "matchPackageNames" : [
26+ " debian"
27+ ],
2128 "groupName" : " Debian base images"
2229 },
2330 {
2431 "matchDepTypes" : [
25- " action"
32+ " action"
2633 ],
2734 "pinDigests" : true
2835 }
2936 ]
30- }
37+ }
You can’t perform that action at this time.
0 commit comments