File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
33 "extends" : [" github>bitwarden/renovate-config" ],
44 "enabledManagers" : [
5+ " custom.regex" ,
56 " dockerfile" ,
67 " docker-compose" ,
78 " github-actions" ,
89 " npm" ,
910 " nvm"
1011 ],
12+ "customManagers" : [
13+ {
14+ "customType" : " regex" ,
15+ "fileMatch" : [" (^|/)docker-compose\\ .ya?ml$" ],
16+ "matchStrings" : [
17+ " image:\\ s+(?<depName>[^@\\ s]+)@(?<currentDigest>sha256:[a-f0-9]+)\\ s+#\\ s+(?<currentValue>\\ S+)"
18+ ],
19+ "datasourceTemplate" : " docker"
20+ }
21+ ],
1122 "packageRules" : [
1223 {
1324 "groupName" : " dockerfile minor" ,
1627 },
1728 {
1829 "groupName" : " docker-compose minor" ,
19- "matchManagers" : [" docker-compose" ],
30+ "matchManagers" : [" docker-compose" , " custom.regex " ],
2031 "matchUpdateTypes" : [" minor" , " patch" ]
2132 },
2233 {
You can’t perform that action at this time.
0 commit comments