{ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "labels": [ "dependencies" ], "extends": [ "config:base", ":semanticCommits", ":semanticCommitTypeAll(chore)" ], "postUpdateOptions": [ "gomodTidy" ], "ignorePaths": [ ".drone.yml" ], "commitMessageExtra": "to {{#if isPinDigest}}{{{newDigestShort}}}{{else}}{{#if isMajor}}{{prettyNewMajor}}{{else}}{{#if isSingleVersion}}{{prettyNewVersion}}{{else}}{{#if newValue}}{{{newValue}}}{{else}}{{{newDigestShort}}}{{/if}}{{/if}}{{/if}}{{/if}} [skip ci]" }