File tree 4 files changed +7
-24
lines changed
4 files changed +7
-24
lines changed Original file line number Diff line number Diff line change 16
16
" Pkgfile"
17
17
],
18
18
"matchStrings" : [
19
- " # renovate: datasource=(?<datasource>.*?)(?:\\ s+extractVersion=(?<extractVersion>.+?))?(?:\\ s+versioning=(?<versioning>.+?))?\\ s+depName=(?<depName>.+?)?\\ s(?:\\ s+ .*_(?:version|VERSION):\\ s+(?<currentValue>.*))?(?:\\ s.*_(?:ref|REF):\\ s+(?<currentDigest>.*))?"
19
+ " # renovate: datasource=(?<datasource>.*?)(?:\\ s+extractVersion=(?<extractVersion>.+?))?(?:\\ s+versioning=(?<versioning>.+?))?\\ s+depName=(?<depName>.+?)?\\ s(?:.*_(?:version|VERSION):\\ s+(?<currentValue>.*))?(?:( \\ s)? .*_(?:ref|REF):\\ s+(?<currentDigest>.*))?"
20
20
]
21
21
},
22
22
{
25
25
"depNameTemplate" : " siderolabs/bldr" ,
26
26
"versioningTemplate" : " semver" ,
27
27
"fileMatch" : [
28
- " Pkgfile" ,
29
- " Makefile"
28
+ " Pkgfile"
30
29
],
31
30
"matchStrings" : [
32
31
" ghcr.io\\ /siderolabs\\ /bldr:(?<currentValue>v.*)"
Original file line number Diff line number Diff line change 1
1
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
2
2
#
3
- # Generated on 2024-12-18T06:20:20Z by kres b9507d6 .
3
+ # Generated on 2024-12-18T18:36:39Z by kres fcff05e .
4
4
5
5
name : default
6
6
concurrency :
33
33
labels : ${{ steps.retrieve-pr-labels.outputs.result }}
34
34
services :
35
35
buildkitd :
36
- image : moby/buildkit:v0.18.1
36
+ image : moby/buildkit:v0.18.2
37
37
options : --privileged
38
38
ports :
39
39
- 1234:1234
@@ -129,7 +129,7 @@ jobs:
129
129
- default
130
130
services :
131
131
buildkitd :
132
- image : moby/buildkit:v0.18.1
132
+ image : moby/buildkit:v0.18.2
133
133
options : --privileged
134
134
ports :
135
135
- 1234:1234
Original file line number Diff line number Diff line change 1
1
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
2
2
#
3
- # Generated on 2024-12-18T06:20:20Z by kres b9507d6 .
3
+ # Generated on 2024-12-18T18:36:39Z by kres fcff05e .
4
4
5
5
name : weekly
6
6
concurrency :
16
16
- pkgs
17
17
services :
18
18
buildkitd :
19
- image : moby/buildkit:v0.18.1
19
+ image : moby/buildkit:v0.18.2
20
20
options : --privileged
21
21
ports :
22
22
- 1234:1234
Original file line number Diff line number Diff line change 7
7
---
8
8
kind : common.Renovate
9
9
spec :
10
- customManagers :
11
- - customType : regex
12
- fileMatch :
13
- - Pkgfile
14
- matchStrings :
15
- - ' # renovate: datasource=(?<datasource>.*?)(?:\s+extractVersion=(?<extractVersion>.+?))?(?:\s+versioning=(?<versioning>.+?))?\s+depName=(?<depName>.+?)?\s(?:\s+.*_(?:version|VERSION):\s+(?<currentValue>.*))?(?:\s.*_(?:ref|REF):\s+(?<currentDigest>.*))?'
16
- versioningTemplate : " {{#if versioning}}{{versioning}}{{else}}semver{{/if}}"
17
- - customType : regex
18
- fileMatch :
19
- - Pkgfile
20
- - Makefile
21
- matchStrings :
22
- - ghcr.io\/siderolabs\/bldr:(?<currentValue>v.*)
23
- depNameTemplate : siderolabs/bldr
24
- datasourceTemplate : github-tags
25
- versioningTemplate : semver
26
10
packageRules :
27
11
- matchPackageNames :
28
12
- golang/go
You can’t perform that action at this time.
0 commit comments