From 2fe928ee6ba0356b2033eda7cd49546de5ac7e36 Mon Sep 17 00:00:00 2001 From: Sergey Morgunov Date: Thu, 27 Jun 2024 20:24:32 +0300 Subject: [PATCH] Sync Renovate and Steward configs --- .github/renovate.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index 2c71b1df..840e1621 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,6 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "baseBranches": ["main"], + "schedule": ["monthly"], "extends": [ "config:recommended" ], @@ -8,6 +9,13 @@ "labels": [ "type:updates" ], + "rebaseWhen": "conflicted", + "packageRules": [ + { + "matchPackageNames": ["org.webjars:bootstrap"], + "allowedVersions": "<3.5" + } + ], "commitMessageTopic": "`{{depName}}`", "commitMessageExtra": "to `{{#if isPinDigest}}{{{newDigestShort}}}{{else}}{{#if isMajor}}v{{{newMajor}}}{{else}}{{#if isSingleVersion}}v{{{newVersion}}}{{else}}{{#if newValue}}{{{newValue}}}{{else}}{{{newDigestShort}}}{{/if}}{{/if}}{{/if}}{{/if}}` (was `{{currentVersion}}`)" }