diff --git a/.github/renovate.json b/.github/renovate.json5 similarity index 65% rename from .github/renovate.json rename to .github/renovate.json5 index 22916af..e075f63 100644 --- a/.github/renovate.json +++ b/.github/renovate.json5 @@ -1,4 +1,5 @@ { + "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:base", ":assignee(Abrynos)", @@ -7,5 +8,6 @@ ":automergeMinor", ":disableDependencyDashboard", ":disableRateLimiting" - ] + ], + "rebaseWhen": "conflicted" }