mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 09:03:02 +00:00
refactor: add renovate.json
refactor: update renovate/renovate docker tag to v24.97.1 refactor: update all
This commit is contained in:
committed by
Rainer Killinger
parent
0a3a2dc2ec
commit
b372e6886b
46
renovate.json
Normal file
46
renovate.json
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"$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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user