Skip to content

Commit eea879e

Browse files
authored
Update renovate.json configuration
Removed existing configuration and added new extends reference.
1 parent 810b0c8 commit eea879e

File tree

1 file changed

+2
-23
lines changed

1 file changed

+2
-23
lines changed

renovate.json

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +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": [
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
}

0 commit comments

Comments
 (0)