Skip to content

Commit

Permalink
Merge pull request #25 from BeyondDimension/renovate/configure
Browse files Browse the repository at this point in the history
Configure Renovate
  • Loading branch information
Lxy829 committed Dec 7, 2023
2 parents d92c8d0 + ec17f41 commit b800fa7
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"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 b800fa7

Please sign in to comment.