13 lines
257 B
JSON
13 lines
257 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"prHourlyLimit": 0,
|
|
"prConcurrentLimit": 0,
|
|
"ansible-galaxy": {
|
|
"fileMatch": [
|
|
"(^|/)ansible/galaxy-requirements\\.ya?ml$"
|
|
]
|
|
}
|
|
}
|