mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 03:30:35 +00:00
22 lines
371 B
JSON
22 lines
371 B
JSON
{
|
|
"extends": [
|
|
"config:base",
|
|
"schedule:earlyMondays"
|
|
],
|
|
"ignoreDeps": [
|
|
"com_github_aws_aws_sdk_go"
|
|
],
|
|
"prConcurrentLimit": 0,
|
|
"prHourlyLimit": 0,
|
|
"automerge": true,
|
|
"packageRules": [{
|
|
"packagePatterns": [
|
|
".*libp2p.*",
|
|
".*multiformats.*",
|
|
".*ipfs.*",
|
|
".*whyrusleeping.*"
|
|
],
|
|
"groupName": "libp2p"
|
|
}]
|
|
}
|