mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 11:32:09 +00:00
19 lines
296 B
JSON
19 lines
296 B
JSON
{
|
|
"extends": [
|
|
"config:base",
|
|
"schedule:earlyMondays"
|
|
],
|
|
"ignoreDeps": [
|
|
"com_github_aws_aws_sdk_go"
|
|
],
|
|
"prConcurrentLimit": 0,
|
|
"prHourlyLimit": 0,
|
|
"automerge": true,
|
|
"packageRules": [{
|
|
"packagePatterns": [
|
|
".*"
|
|
],
|
|
"groupName": "Everything"
|
|
}]
|
|
}
|