Skip to content

Commit

Permalink
configure renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Lxy829 committed Dec 7, 2023
1 parent 3cdb9d2 commit ec17f41
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
"config:recommended",
":automergeAll",
":disableDependencyDashboard",
":disableRateLimiting",
":label(🤖 Automatic)"
],
"git-submodules": {
"enabled": true
},
"baseBranches": ["dev8"],
"ignoreTests": true,
"platformAutomerge": true,
"timezone": "Asia/Shanghai",
"schedule": ["before 2am","before 5am","before 9am","before 11pm"]
}

0 comments on commit ec17f41

Please sign in to comment.