From 9160dc264c131f69ee373d5b83cf7a4b0e9e1f4c Mon Sep 17 00:00:00 2001 From: sebclem Date: Fri, 4 Nov 2022 15:21:26 +0100 Subject: [PATCH] Update 'ansible_host_var.json' --- ansible_host_var.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible_host_var.json b/ansible_host_var.json index d4cffbe..fb63165 100644 --- a/ansible_host_var.json +++ b/ansible_host_var.json @@ -2,7 +2,7 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "regexManagers": [ { - "fileMatch": ["host_vars\\/.*\\.yml"], + "fileMatch": ["host_vars\\/.*\\.yml", "group_vars\\/.*\\.yml"], "matchStrings": [ "datasource=(?.*?) depName=(?.*?)( versioning=(?.*?))?\\s.*?_version: \"(?.*)\"\\s" ],