This repository was archived by the owner on Apr 2, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +2
-23
lines changed Expand file tree Collapse file tree 3 files changed +2
-23
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ go.mod @timescale/o11y-applications
8
8
go.sum @ timescale/o11y-applications
9
9
10
10
# CI system and repository configuration
11
- .github / @ timescale/o11y-applications @ timescale/o11y-services
11
+ .github / @ timescale/o11y-applications
12
+ .github /workflows /mixin.yml @ timescale/o11y-services
12
13
13
14
# Go packages
14
15
/pkg /api @ antekresic @ Harkishen-Singh
@@ -20,6 +21,3 @@ go.sum @timescale/o11y-applications
20
21
/pkg /tests /upgrade_tests / @ timescale/o11y-data-platform
21
22
22
23
/docs /mixin @ timescale/o11y-services
23
-
24
- # helm and kubernetes related parts
25
- /deploy @ timescale/o11y-services @ cevian
Original file line number Diff line number Diff line change 20
20
"datasourceTemplate" : " github-tags" ,
21
21
"depNameTemplate" : " golangci/golangci-lint"
22
22
},
23
- {
24
- "fileMatch" : [" ^\\ .github\\ /workflows\\ /[^/]+\\ .ya?ml$" ],
25
- "matchStrings" : [" helm-version:\\ s(?<currentValue>.*?)\\ n" ],
26
- "datasourceTemplate" : " github-tags" ,
27
- "depNameTemplate" : " helm/helm"
28
- },
29
23
{
30
24
"fileMatch" : [" ^\\ .github\\ /workflows\\ /[^/]+\\ .ya?ml$" ],
31
25
"matchStrings" : [" goreleaser-version:\\ s(?<currentValue>.*?)\\ n" ],
40
34
}
41
35
],
42
36
"packageRules" : [
43
- {
44
- "addLabels" : [" helm" ],
45
- "groupName" : " helm charts" ,
46
- "matchManagers" : [" helmv3" , " helm-values" ]
47
- },
48
37
{
49
38
"addLabels" : [" go" ],
50
39
"groupName" : " golang dependencies" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments