mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 10:25:52 +02:00
chore: add support for renovate
This commit is contained in:
parent
0875d720c5
commit
91d7fd3021
1 changed files with 31 additions and 0 deletions
31
.github/renovate.json
vendored
Normal file
31
.github/renovate.json
vendored
Normal file
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"extends": [
|
||||
"config:recommended",
|
||||
"group:allNonMajor",
|
||||
":semanticCommitTypeAll(chore)"
|
||||
],
|
||||
"rangeStrategy": "bump",
|
||||
"npm": {
|
||||
"commitMessageTopic": "{{prettyDepType}} {{depName}}"
|
||||
},
|
||||
"gomod": {
|
||||
"commitMessageTopic": "{{prettyDepType}} {{depName}}"
|
||||
},
|
||||
"packageRules": [
|
||||
{
|
||||
"matchUpdateTypes": [
|
||||
"minor",
|
||||
"patch",
|
||||
"pin",
|
||||
"digest"
|
||||
],
|
||||
"automerge": true,
|
||||
"automergeSchedule": [
|
||||
"after 1am and before 2am"
|
||||
],
|
||||
"schedule": [
|
||||
"after 2am and before 3am"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue