Skip to content

Commit

Permalink
chore(config): migrate config .renovaterc.json (#211)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 3, 2024
1 parent 247bae3 commit e99b78c
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .renovaterc.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
{
"extends": [
"config:base"
"config:recommended"
],
"lockFileMaintenance": {
"enabled": true,
"recreateClosed": true
"recreateWhen": "always"
},
"pinVersions": false,
"rangeStrategy": "replace",
"groupName": "all",
"masterIssue": true,
"stabilityDays": 7,
"dependencyDashboard": true,
"minimumReleaseAge": "7 days",
"prCreation": "not-pending",
"separateMajorMinor": "true",
"rebaseStalePrs": true,
"schedule": ["every weekend"],
"separateMajorMinor": true,
"rebaseWhen": "behind-base-branch",
"schedule": [
"every weekend"
],
"timezone": "Europe/Amsterdam"
}

0 comments on commit e99b78c

Please sign in to comment.