mirror of
https://github.com/sern-handler/handler
synced 2026-06-06 01:16:55 +00:00
20 lines
442 B
JSON
20 lines
442 B
JSON
{
|
|
"extends": [
|
|
"config:base",
|
|
"helpers:pinGitHubActionDigests",
|
|
"group:allNonMajor"
|
|
],
|
|
"major": {
|
|
"dependencyDashboardApproval": true,
|
|
"reviewers": ["EvolutionX-10", "jacoobes", "Murtatrxx"]
|
|
},
|
|
"minor": {
|
|
"reviewers": ["jacoobes", "Murtatrxx"]
|
|
},
|
|
"schedule": ["every weekend"],
|
|
"lockFileMaintenance": {
|
|
"enabled": true,
|
|
"automerge": true
|
|
}
|
|
}
|