File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 12
12
{
13
13
"customType" : " regex" ,
14
14
"versioningTemplate" : " {{#if versioning}}{{versioning}}{{else}}semver{{/if}}" ,
15
- "fileMatch " : [
16
- " Pkgfile"
15
+ "managerFilePatterns " : [
16
+ " / Pkgfile/ "
17
17
],
18
18
"matchStrings" : [
19
19
" # renovate: datasource=(?<datasource>.*?)(?:\\ s+extractVersion=(?<extractVersion>.+?))?(?:\\ s+versioning=(?<versioning>.+?))?\\ s+depName=(?<depName>.+?)?\\ s(?:.*_(?:version|VERSION):\\ s+(?<currentValue>.*))?(?:(\\ s)?.*_(?:ref|REF):\\ s+(?<currentDigest>.*))?"
24
24
"datasourceTemplate" : " github-tags" ,
25
25
"depNameTemplate" : " siderolabs/bldr" ,
26
26
"versioningTemplate" : " semver" ,
27
- "fileMatch " : [
28
- " Pkgfile"
27
+ "managerFilePatterns " : [
28
+ " / Pkgfile/ "
29
29
],
30
30
"matchStrings" : [
31
31
" ghcr.io\\ /siderolabs\\ /bldr:(?<currentValue>v.*)"
105
105
"matchPackageNames" : [
106
106
" openzfs/zfs"
107
107
]
108
+ },
109
+ {
110
+ "versioning" : " regex:^v(?<major>\\ d+)\\ .(?<minor>\\ d+)\\ .?(?<patch>\\ d+)?\\ .?-flannel(?<build>\\ d+)?$" ,
111
+ "matchPackageNames" : [
112
+ " flannel-io/cni-plugin"
113
+ ]
108
114
}
109
115
],
110
116
"separateMajorMinor" : false
Original file line number Diff line number Diff line change @@ -136,3 +136,6 @@ spec:
136
136
- matchPackageNames :
137
137
- openzfs/zfs
138
138
versioning : ' regex:^(?<major>\d+)\.(?<minor>\d+)\.?(?<patch>[0-9]{1}[0-8]{0,1})?$'
139
+ - matchPackageNames :
140
+ - flannel-io/cni-plugin
141
+ versioning : ' regex:^v(?<major>\d+)\.(?<minor>\d+)\.?(?<patch>\d+)?\.?-flannel(?<build>\d+)?$'
You can’t perform that action at this time.
0 commit comments