Browse Source

Update renovate.json

renovate/configure
Nicolas Massé 3 years ago
committed by GitHub
parent
commit
a941d7d518
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      renovate.json

2
renovate.json

@ -20,6 +20,6 @@
"datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\s.*?_version=(?<currentValue>.*)\\s" "datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\s.*?_version=(?<currentValue>.*)\\s"
], ],
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}" "versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}"
}, }
] ]
} }

Loading…
Cancel
Save