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 e3089f6 commit 3f19831
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": [
"dependencies"
],
"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 3f19831

Please sign in to comment.