infrastructure/renovate.json

14 lines
257 B
JSON
Raw Normal View History

2022-02-21 21:53:22 +00:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
2022-05-07 12:12:29 +01:00
"prHourlyLimit": 0,
2023-05-06 21:44:04 +01:00
"prConcurrentLimit": 0,
"ansible-galaxy": {
"fileMatch": [
"(^|/)ansible/galaxy-requirements\\.ya?ml$"
]
}
2022-02-21 21:53:22 +00:00
}