File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,6 +9,15 @@ updates:
99 update-types : ["version-update:semver-major"]
1010 versioning-strategy : increase
1111 target-branch : dev
12+ - package-ecosystem : " npm"
13+ directory : " /electron"
14+ schedule :
15+ interval : " daily"
16+ ignore :
17+ - dependency-name : " *"
18+ update-types : [ "version-update:semver-major" ]
19+ versioning-strategy : increase
20+ target-branch : dev
1221 - package-ecosystem : " pip"
1322 directory : " /server"
1423 schedule :
Original file line number Diff line number Diff line change @@ -30,6 +30,9 @@ labels:
3030- label : " client"
3131 files :
3232 - " client/.*"
33+ - label : " client"
34+ files :
35+ - " electron/.*"
3336- label : " server"
3437 files :
3538 - " server/.*"
Original file line number Diff line number Diff line change 1515 node-version : 24
1616 - run : npm ci
1717 - run : npm run ci-lint
18+ run-node-lint-electron :
19+ runs-on : ubuntu-latest
20+ defaults :
21+ run :
22+ working-directory : ./electron
23+ steps :
24+ - uses : actions/checkout@v3
25+ - uses : actions/setup-node@v3
26+ with :
27+ node-version : 24
28+ - run : npm ci
29+ - run : npm run ci-lint
You can’t perform that action at this time.
0 commit comments