Browse Source

Update renovate.json

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

12
renovate.json

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

Loading…
Cancel
Save