Skip to content

Commit 4c81e29

Browse files
pbuskonicolasbender
andcommitted
Move renovate config
Co-authored-by: Nicolas Bender <nicolas.bender@sap.com>
1 parent fbd77dd commit 4c81e29

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

renovate.json renamed to .github/renovate.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@
33
"extends": [
44
":gomod",
55
"config:recommended",
6-
":dependencyDashboard"
6+
":dependencyDashboard",
7+
"local>nicolasbender/renovate-config/renovate/renovate-default.json"
78
],
89
"commitMessageAction": "Updated",
910
"commitMessageExtra": "from {{#if currentVersion}}{{#unless (containsString currentVersion 'v')}}v{{/unless}}{{currentVersion}}{{else}}{{currentDigestShort}}{{/if}} to {{#if isPinDigest}}{{{newDigestShort}}}{{else}}{{#if isMajor}}{{prettyNewMajor}}{{else}}{{#if isSingleVersion}}{{prettyNewVersion}}{{else}}{{#if newValue}}{{{newValue}}}{{else}}{{{newDigestShort}}}{{/if}}{{/if}}{{/if}}{{/if}}",
10-
"prBodyNotes": [
11-
"<!-- {\"depName\":\"{{depName}}\",\"currentVersion\":\"{{#unless (containsString currentVersion 'v')}}v{{/unless}}{{currentVersion}}\",\"newVersion\":\"{{prettyNewVersion}}\"} -->"
12-
],
1311
"platform": "github",
1412
"prConcurrentLimit": 0,
1513
"prHourlyLimit": 0,

0 commit comments

Comments
 (0)