From db49466b65b072e33f53997a0f495c7ed826021f Mon Sep 17 00:00:00 2001 From: sebclem Date: Thu, 3 Nov 2022 12:22:28 +0100 Subject: [PATCH] Add 'ansible_host_var.json' --- ansible_host_var.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ansible_host_var.json diff --git a/ansible_host_var.json b/ansible_host_var.json new file mode 100644 index 0000000..d4cffbe --- /dev/null +++ b/ansible_host_var.json @@ -0,0 +1,12 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "regexManagers": [ + { + "fileMatch": ["host_vars\\/.*\\.yml"], + "matchStrings": [ + "datasource=(?.*?) depName=(?.*?)( versioning=(?.*?))?\\s.*?_version: \"(?.*)\"\\s" + ], + "versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}" + } + ] +} \ No newline at end of file