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}}`)" }