mirror of
https://github.com/robonen/tools.git
synced 2026-03-20 10:54:44 +00:00
30 lines
737 B
JSON
30 lines
737 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:base",
|
|
"group:allNonMajor",
|
|
":semanticCommitTypeAll(chore)"
|
|
],
|
|
"assigneesFromCodeOwners": true,
|
|
"rangeStrategy": "bump",
|
|
"npm": {
|
|
"commitMessageTopic": "{{prettyDepType}} {{depName}}"
|
|
},
|
|
"packageRules": [
|
|
{
|
|
"matchUpdateTypes": [
|
|
"minor",
|
|
"patch",
|
|
"pin",
|
|
"digest"
|
|
],
|
|
"automerge": true,
|
|
"automergeSchedule": [
|
|
"after 1am and before 2am"
|
|
],
|
|
"schedule": [
|
|
"after 2am and before 3am"
|
|
]
|
|
}
|
|
]
|
|
} |