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$" + ] + } }