Skip to content

Commit aba32b3

Browse files
authored
Refactor renovate.json to extend local config
1 parent 7dc2c75 commit aba32b3

File tree

1 file changed

+2
-21
lines changed

1 file changed

+2
-21
lines changed

renovate.json

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,6 @@
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
}

0 commit comments

Comments
 (0)