mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 09:45:11 +02:00
45 lines
968 B
JSON
45 lines
968 B
JSON
{
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
|
|
"automerge": false,
|
|
"automergeType": "pr"
|
|
},
|
|
{
|
|
"matchDepTypes": ["ruby", "bundler", "Gemfile", "Gemfile.lock"],
|
|
"addLabels": ["bundler"]
|
|
},
|
|
{
|
|
"matchDepTypes": [".ruby-version"],
|
|
"addLabels": ["ruby-version"],
|
|
"automerge": false
|
|
}
|
|
],
|
|
"docker": {
|
|
"enabled": false
|
|
},
|
|
"ruby": {
|
|
"stabilityDays": 60
|
|
},
|
|
"ignorePaths": [
|
|
"Dockerfile", "Dockerfile.*", ".github/workflows/build_deploy_staging.yml",
|
|
".github/workflows/remove_st_after_pr.yml"
|
|
],
|
|
"rangeStrategy": "replace",
|
|
"separateMajorMinor": true,
|
|
"prCreation": "immediate",
|
|
"prHourlyLimit": 2,
|
|
"prConcurrentLimit": 10,
|
|
"ignoreUnstable": true,
|
|
"dependencyDashboard": true,
|
|
"rebaseWhen": "behind-base-branch",
|
|
"labels": [
|
|
"dependencies"
|
|
],
|
|
"schedule": [
|
|
"before 2am"
|
|
]
|
|
}
|