2021-10-16 10:04:21 +02:00
|
|
|
{
|
|
|
|
"extends": ["config:base"],
|
2021-10-22 07:14:54 +02:00
|
|
|
"prConcurrentLimit": 3,
|
2021-10-16 10:04:21 +02:00
|
|
|
"ignorePaths": ["docker-examples/**"],
|
|
|
|
"ignoreDeps": ["eslint-plugin-verdaccio", "@verdaccio/helper"],
|
2021-10-22 07:14:54 +02:00
|
|
|
"baseBranches": ["master", "5.x"],
|
|
|
|
"major": false,
|
|
|
|
"labels": ["bot: dependencies"],
|
2021-10-16 10:04:21 +02:00
|
|
|
"packageRules": [
|
|
|
|
{
|
|
|
|
"packageNames": ["aws-sdk"],
|
|
|
|
"allowedVersions": "2.607.0"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"packageNames": ["@google-cloud/datastore"],
|
|
|
|
"allowedVersions": "4.5.0"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"packageNames": ["@google-cloud/storage"],
|
|
|
|
"allowedVersions": "3.5.0"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"packageNames": ["fast-crc32c"],
|
|
|
|
"allowedVersions": "1.0.7"
|
2021-10-22 07:14:54 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"matchDatasources": ["docker"],
|
|
|
|
"labels": ["bot: docker-update"]
|
2021-10-16 10:04:21 +02:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"pinVersions": false
|
|
|
|
}
|