mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-31 23:41:22 +00:00
81ecbf5f16
* Set renovate limits to unlimited * Update renovate.json * Update renovate.json
13 lines
189 B
JSON
13 lines
189 B
JSON
{
|
|
"extends": [
|
|
"config:base",
|
|
"schedule:daily"
|
|
],
|
|
"ignoreDeps": [
|
|
"com_github_aws_aws_sdk_go"
|
|
],
|
|
"prConcurrentLimit": 0,
|
|
"prHourlyLimit": 0,
|
|
"automerge": true
|
|
}
|