File tree Expand file tree Collapse file tree 1 file changed +2
-23
lines changed
Expand file tree Collapse file tree 1 file changed +2
-23
lines changed Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3- "extends" : [" config:base" ],
4- "ignorePaths" : [" **/ui/**" , " **/.devcontainer/**" ],
5- "regexManagers" : [
6- {
7- "fileMatch" : [" build-images.sh" ],
8- "matchStrings" : [
9- " docker\\ .io/dpage/pgadmin4:(?<currentValue>[-0-9\\ .a-z]+)"
10- ],
11- "datasourceTemplate" : " docker" ,
12- "depNameTemplate" : " dpage/pgadmin4"
13- },
14- {
15- "fileMatch" : [" build-images.sh" ],
16- "matchStrings" : [" docker\\ .io/postgres:(?<currentValue>[-0-9\\ .a-z]+)" ],
17- "datasourceTemplate" : " docker" ,
18- "depNameTemplate" : " postgres"
19- }
20- ],
21- "packageRules" : [
22- {
23- "matchPackageNames" : [" postgres" ],
24- "allowedVersions" : " <= 14.0"
25- }
3+ "extends" : [
4+ " local>NethServer/.github:ns8"
265 ]
276}
You can’t perform that action at this time.
0 commit comments