From 43e3e818f01b1349c63c5da0ce7939258e91dc8c Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 6 May 2023 21:44:04 +0100 Subject: [PATCH] Let renovate find galaxy requirements --- renovate.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 432cb31..0503baa 100644 --- a/renovate.json +++ b/renovate.json @@ -4,5 +4,10 @@ "config:base" ], "prHourlyLimit": 0, - "prConcurrentLimit": 0 + "prConcurrentLimit": 0, + "ansible-galaxy": { + "fileMatch": [ + "(^|/)ansible/galaxy-requirements\\.ya?ml$" + ] + } }