Skip to content

Commit

Permalink
chore(config): migrate config .github/renovate.json (#1937)
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 25, 2024
1 parent 69bf7ec commit 23933fc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:js-lib"],
"platformCommit": true,
"platformCommit": "enabled",
"automergeType": "pr",
"schedule": "at any time",
"rebaseWhen": "conflicted",
Expand All @@ -21,8 +21,6 @@
"lockFileMaintenance": {
"automerge": true,
"enabled": true,
"schedule": [
"before 7am on every weekday"
]
"schedule": ["before 7am every weekday"]
}
}

0 comments on commit 23933fc

Please sign in to comment.