mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-07 14:02:48 +00:00
47 lines
985 B
JSON
47 lines
985 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"github>whitesource/merge-confidence:beta",
|
|
"config:base",
|
|
":semanticCommits",
|
|
":semanticCommitTypeAll(refactor)",
|
|
":semanticCommitScopeDisabled"
|
|
],
|
|
"prCreation": "not-pending",
|
|
"timezone": "Europe/Berlin",
|
|
"groupName": "all",
|
|
"packageRules": [
|
|
{
|
|
"matchPackagePatterns": ["^tslint$", "^@angular", "^@ionic", "^@krlwlfrt"],
|
|
"enabled": false
|
|
},
|
|
{
|
|
"matchPackagePatterns": ["^typescript$"],
|
|
"allowedVersions": "3.8.3"
|
|
},
|
|
{
|
|
"matchPackagePatterns": ["^typedoc$"],
|
|
"allowedVersions": "0.18.0"
|
|
},
|
|
{
|
|
"matchDepTypes": [
|
|
"peerDependencies"
|
|
],
|
|
"rangeStrategy": "replace"
|
|
}
|
|
],
|
|
"lockFileMaintenance": {
|
|
"schedule": [
|
|
"before 9am on monday"
|
|
],
|
|
"enabled": true
|
|
},
|
|
"reviewers": [
|
|
"abcdev",
|
|
"jovankrunic",
|
|
"FrankNagel",
|
|
"mjschmitz",
|
|
"wulkanat"
|
|
]
|
|
}
|