prysm-pulse/renovate.json

22 lines
364 B
JSON
Raw Normal View History

2018-11-06 01:32:13 +00:00
{
"extends": [
"config:base",
"schedule:daily"
],
"ignoreDeps": [
"com_github_aws_aws_sdk_go"
],
"prConcurrentLimit": 0,
"prHourlyLimit": 0,
"automerge": true,
"packageRules": [{
"packagePatterns": [
".*libp2p.*",
".*multiformats.*",
".*ipfs.*",
".*whyrusleeping.*"
],
"groupName": "libp2p"
}]
2018-11-06 01:32:13 +00:00
}