File tree Expand file tree Collapse file tree 5 files changed +31
-4
lines changed
Expand file tree Collapse file tree 5 files changed +31
-4
lines changed Original file line number Diff line number Diff line change 44* @ edgehog-device-manager/cloud-devs
55/frontend / @ edgehog-device-manager/cloud-frontend-devs
66/backend / @ edgehog-device-manager/cloud-backend-devs
7+ /charts / @ edgehog-device-manager/platform-team
Original file line number Diff line number Diff line change 77 "package-name" : " backend" ,
88 "release-type" : " elixir" ,
99 "component" : " backend" ,
10- "include-component-in-tag" : true
10+ "include-component-in-tag" : false
1111 },
1212 "frontend" : {
1313 "package-name" : " frontend" ,
1414 "release-type" : " node" ,
1515 "component" : " frontend" ,
16- "include-component-in-tag" : true
16+ "include-component-in-tag" : false
17+ },
18+ "charts" : {
19+ "package-name" : " charts" ,
20+ "release-type" : " helm" ,
21+ "component" : " charts" ,
22+ "include-component-in-tag" : false
1723 }
1824 },
1925 "plugins" : [
Original file line number Diff line number Diff line change 11{
22 "backend" : " 0.12.0" ,
3- "frontend" : " 0.12.0"
3+ "frontend" : " 0.12.0" ,
4+ "charts" : " 0.1.0"
45}
Original file line number Diff line number Diff line change @@ -86,3 +86,21 @@ path = ".github/CODEOWNERS"
8686precedence = " aggregate"
8787SPDX-FileCopyrightText = " 2026 Seco Mind Srl"
8888SPDX-License-Identifier = " Apache-2.0"
89+
90+ [[annotations ]]
91+ path = " chart/Chart.lock"
92+ precedence = " aggregate"
93+ SPDX-FileCopyrightText = " 2026 SECO Mind Srl"
94+ SPDX-License-Identifier = " Apache-2.0"
95+
96+ [[annotations ]]
97+ path = " chart/.helmignore"
98+ precedence = " aggregate"
99+ SPDX-FileCopyrightText = " 2026 SECO Mind Srl"
100+ SPDX-License-Identifier = " Apache-2.0"
101+
102+ [[annotations ]]
103+ path = " chart/templates/_helpers.tpl"
104+ precedence = " aggregate"
105+ SPDX-FileCopyrightText = " 2026 SECO Mind Srl"
106+ SPDX-License-Identifier = " Apache-2.0"
Original file line number Diff line number Diff line change 1212 " **/schema.graphql" ,
1313 " frontend/**" ,
1414 " backend/CHANGELOG.md" ,
15- " doc/CHANGELOG.md"
15+ " doc/CHANGELOG.md" ,
16+ " chart/**"
1617 ],
1718 "plugins" : [
1819 " https://plugins.dprint.dev/json-0.21.0.wasm" ,
You can’t perform that action at this time.
0 commit comments