Browse Source

Update renovate.json

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

2
renovate.json

@ -20,7 +20,7 @@
{
"fileMatch": ["^ansible/group_vars/all/versions.yaml$"],
"matchStrings": [
"datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\s.*?_version:\\s+\"?(?<currentValue>.*)\"?\\s"
"^#\\s*renovate:\\s+datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\s.*?_version:\\s+[\"']?(?<currentValue>[^'"]*)[\"']?\\s"
],
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}"
}

Loading…
Cancel
Save