Let renovate find galaxy requirements

This commit is contained in:
Jake Howard 2023-05-06 21:44:04 +01:00
parent 5e0c2abace
commit 43e3e818f0
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 6 additions and 1 deletions

View File

@ -4,5 +4,10 @@
"config:base" "config:base"
], ],
"prHourlyLimit": 0, "prHourlyLimit": 0,
"prConcurrentLimit": 0 "prConcurrentLimit": 0,
"ansible-galaxy": {
"fileMatch": [
"(^|/)ansible/galaxy-requirements\\.ya?ml$"
]
}
} }