Skip to content

Commit afe1fa4

Browse files
committed
ci: added controller version update through renovate
1 parent 4b5ecf4 commit afe1fa4

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

renovate.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,18 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
44
"local>NethServer/.github:ns8"
5+
],
6+
"customManagers": [
7+
{
8+
"customType": "regex",
9+
"fileMatch": [
10+
"build-images.sh"
11+
],
12+
"matchStrings": [
13+
"controller_version=\"(?<currentValue>[-0-9a-zA-Z_.]+)\""
14+
],
15+
"depNameTemplate": "NethServer/nethsecurity-controller",
16+
"datasourceTemplate": "github-releases"
17+
}
518
]
6-
}
19+
}

0 commit comments

Comments
 (0)