Skip to content

Commit

Permalink
Make renovate only rebase if conflicted
Browse files Browse the repository at this point in the history
  • Loading branch information
Abrynos authored Oct 11, 2024
1 parent d9cecde commit d288218
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/renovate.json → .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
":assignee(Abrynos)",
Expand All @@ -7,5 +8,6 @@
":automergeMinor",
":disableDependencyDashboard",
":disableRateLimiting"
]
],
"rebaseWhen": "conflicted"
}

0 comments on commit d288218

Please sign in to comment.