Skip to content

Commit

Permalink
Use Renovate only to update Gradle Wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and ihostage committed Apr 25, 2024
1 parent af55fc2 commit a105cc6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"enabledManagers": ["gradle-wrapper"],
"labels": [
"type:updates"
],
"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 a105cc6

Please sign in to comment.