From 599e506e0140707b08b827ea14149d071a4a76db Mon Sep 17 00:00:00 2001 From: sebclem Date: Fri, 30 Dec 2022 11:28:08 +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 fb63165..52b07df 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", "group_vars\\/.*\\.yml"], + "fileMatch": ["inventories\\/host_vars\\/.*\\.yml", "inventories\\/group_vars\\/.*\\.yml"], "matchStrings": [ "datasource=(?.*?) depName=(?.*?)( versioning=(?.*?))?\\s.*?_version: \"(?.*)\"\\s" ],