mirror of
https://github.com/sern-handler/handler
synced 2026-06-06 01:16:55 +00:00
* refactor: conditional compilation of loading esm/cjs modules * refactor: move file loading file * refactor: add conditional compilation for building modules * refactor: add conditional compilation for building modules * perf: decrease build times * test * revert: typo and clean code * build: smaller build * chore:cleanscripts * chore:refactor readme * build:automerge lockfile * chore: remove build and upgrade readme * fix: dropdown * chore: fix * chore: more docs --------- Co-authored-by: jacoobes <jacobnguyend@gmail.com>
15 lines
325 B
JSON
15 lines
325 B
JSON
{
|
|
"major": {
|
|
"dependencyDashboardApproval": true,
|
|
"reviewers": ["EvolutionX-10", "jacoobes", "Murtatrxx"]
|
|
},
|
|
"minor": {
|
|
"reviewers": ["jacoobes", "Murtatrxx"]
|
|
},
|
|
"schedule": ["every weekend"],
|
|
"lockFileMaintenance": {
|
|
"enabled": true,
|
|
"automerge": true
|
|
}
|
|
}
|