File tree Expand file tree Collapse file tree 5 files changed +29
-2
lines changed
Expand file tree Collapse file tree 5 files changed +29
-2
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 2020 "release-type" : " node" ,
2121 "component" : " frontend" ,
2222 "include-component-in-tag" : false
23+ },
24+ "charts" : {
25+ "package-name" : " charts" ,
26+ "release-type" : " helm" ,
27+ "component" : " charts" ,
28+ "include-component-in-tag" : false
2329 }
2430 },
2531 "plugins" : [
Original file line number Diff line number Diff line change 11{
22 "backend" : " 0.12.0" ,
33 "doc" : " 0.12.0" ,
4- "frontend" : " 0.12.0"
4+ "frontend" : " 0.12.0" ,
5+ "charts" : " 0.1.0"
56}
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