Skip to content

Commit

Permalink
Sync Renovate and Steward configs
Browse files Browse the repository at this point in the history
  • Loading branch information
ihostage committed Jun 27, 2024
1 parent 0800030 commit 2fe928e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"baseBranches": ["main"],
"schedule": ["monthly"],
"extends": [
"config:recommended"
],
"enabledManagers": ["gradle", "gradle-wrapper"],
"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}}`)"
}

0 comments on commit 2fe928e

Please sign in to comment.