Skip to content
This repository was archived by the owner on Apr 2, 2024. It is now read-only.

Commit bdc733e

Browse files
committed
.github: clean up code ownership
1 parent ccde8ac commit bdc733e

File tree

3 files changed

+2
-23
lines changed

3 files changed

+2
-23
lines changed

.github/CODEOWNERS

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ go.mod @timescale/o11y-applications
88
go.sum @timescale/o11y-applications
99

1010
# 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
1213

1314
# Go packages
1415
/pkg/api @antekresic @Harkishen-Singh
@@ -20,6 +21,3 @@ go.sum @timescale/o11y-applications
2021
/pkg/tests/upgrade_tests/ @timescale/o11y-data-platform
2122

2223
/docs/mixin @timescale/o11y-services
23-
24-
# helm and kubernetes related parts
25-
/deploy @timescale/o11y-services @cevian

.github/renovate.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,6 @@
2020
"datasourceTemplate": "github-tags",
2121
"depNameTemplate": "golangci/golangci-lint"
2222
},
23-
{
24-
"fileMatch": ["^\\.github\\/workflows\\/[^/]+\\.ya?ml$"],
25-
"matchStrings": ["helm-version:\\s(?<currentValue>.*?)\\n"],
26-
"datasourceTemplate": "github-tags",
27-
"depNameTemplate": "helm/helm"
28-
},
2923
{
3024
"fileMatch": ["^\\.github\\/workflows\\/[^/]+\\.ya?ml$"],
3125
"matchStrings": ["goreleaser-version:\\s(?<currentValue>.*?)\\n"],
@@ -40,11 +34,6 @@
4034
}
4135
],
4236
"packageRules": [
43-
{
44-
"addLabels": ["helm"],
45-
"groupName": "helm charts",
46-
"matchManagers": ["helmv3", "helm-values"]
47-
},
4837
{
4938
"addLabels": ["go"],
5039
"groupName": "golang dependencies",

ct.yaml

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)