Skip to content

Commit

Permalink
fix: renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasschultheiss committed Aug 9, 2022
1 parent 689426e commit d991356
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"extends": ["config:base", ":rebaseStalePrs"],
"assignees": ["jonas.schultheiss"],
"reviewers": ["jonas.schultheiss"],
"baseBranches": ["development"],
"baseBranches": ["develop"],
"labels": ["dependencies"],
"bumpVersion": "prerelease",
"dependencyDashboard": true,
Expand All @@ -17,17 +17,21 @@
"versioning": "node",
"pinDigests": false
},
"schedule": ["after 10pm and before 5:00am every day"],
"timezone": "Europe/Zurich",
"lockFileMaintenance": {
"enabled": true,
"recreateClosed": true,
"rebaseStalePrs": true,
"branchTopic": "lock-file-maintenance",
"commitMessageAction": "Lock file maintenance",
"schedule": ["after 10pm and before 5:00am every day"],
"prBodyDefinitions": {
"Change": "All locks refreshed"
}
},
"vulnerabilityAlerts": {
"schedule": ["after 10pm and before 5:00am every day"],
"dependencyDashboardApproval": false,
"stabilityDays": 0,
"rangeStrategy": "update-lockfile",
Expand Down

0 comments on commit d991356

Please sign in to comment.