Skip to content

Commit

Permalink
chore: Update renovate settings
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabeef committed May 5, 2023
1 parent e5c7915 commit 4ea4474
Showing 1 changed file with 23 additions and 12 deletions.
35 changes: 23 additions & 12 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,27 @@
{
"extends": ["config:base", "group:monorepos"],
"extends": [
"config:base",
"group:monorepos",
":semanticCommits",
":semanticCommitTypeAll(upgrade)",
":semanticCommitScopeDisabled"
],
"timezone": "Asia/Tokyo",
"schedule": ["before 10am on monday"],
"labels": ["dependencies"],
"branchPrefix": "chore-renovate-",
"semanticCommits": "auto",
"semanticCommitType": "build",
"semanticCommitScope": null,
"rangeStrategy": "replace",
"rebaseWhen": "conflicted",
"lockFileMaintenance": {
"enabled": true
"schedule": ["every weekend"],
"branchConcurrentLimit": 5,
"branchPrefix": "upgrade-renovate-",
"dependencyDashboard": false,
"ignorePaths": [".github/"],
"major": {
"stabilityDays": 7
},
"ignorePaths": ["**/example/**", "**/example_resources/**"]
"minor": {
"stabilityDays": 3
},
"patch": {
"stabilityDays": 2
},
"assignees": ["@JUMPTOON/app"],
"assigneesSampleSize": 1,
"ignorePaths": ["examples/**"]
}

0 comments on commit 4ea4474

Please sign in to comment.