File tree Expand file tree Collapse file tree 1 file changed +2
-21
lines changed
Expand file tree Collapse file tree 1 file changed +2
-21
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" : [" docker\\ .io/wordpress:(?<currentValue>[-0-9\\ .a-z]+)" ],
9- "datasourceTemplate" : " docker" ,
10- "depNameTemplate" : " wordpress"
11- },
12- {
13- "fileMatch" : [" build-images.sh" ],
14- "matchStrings" : [" docker\\ .io/mariadb:(?<currentValue>[-0-9\\ .a-z]+)" ],
15- "datasourceTemplate" : " docker" ,
16- "depNameTemplate" : " mariadb"
17- }
18- ],
19- "packageRules" : [
20- {
21- "matchPackageNames" : [" mariadb" ],
22- "allowedVersions" : " <= 10.11"
23- }
3+ "extends" : [
4+ " local>NethServer/.github:ns8"
245 ]
256}
You can’t perform that action at this time.
0 commit comments