-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdefault.json
95 lines (95 loc) · 2 KB
/
default.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":separatePatchReleases"
],
"commitMessagePrefix": "[TASK] ",
"commitMessageTopic": "{{depName}}",
"commitMessageExtra": " ({{{displayFrom}}} => {{{displayTo}}})",
"platformAutomerge": true,
"rangeStrategy": "update-lockfile",
"packageRules": [
{
"matchDepTypes": [
"devDependencies",
"require-dev"
],
"automerge": true
},
{
"matchDepTypes": [
"require"
],
"matchUpdateTypes": [
"minor",
"patch"
],
"matchPackageNames": [
"cweagans/composer-patches",
"helhum/typo3-console"
],
"automerge": true
},
{
"matchPackageNames": [
"deployer/deployer"
],
"minimumReleaseAge": "1 day"
},
{
"matchDatasources": ["docker"],
"matchPackageNames": [
"mysql",
"thecodingmachine/php"
],
"enabled": false
},
{
"matchDatasources": ["docker"],
"matchPackageNames": [
"registry.gitlab.com/pagemachine/*/mariadb",
"registry.gitlab.com/pagemachine/*/mysql"
],
"matchUpdateTypes": [
"patch"
],
"automerge": true
},
{
"matchDepNames": ["php"],
"enabled": false
},
{
"matchPackagePrefixes": [
"phpstan/"
],
"matchPackageNames": [
"jangregor/phpstan-prophecy",
"saschaegerer/phpstan-typo3",
"rector/rector",
"ssch/typo3-rector",
"slevomat/coding-standard"
],
"groupName": "PHPStan",
"separateMajorMinor": false
},
{
"matchPackagePrefixes": [
"typo3/cms-"
],
"excludePackageNames": [
"typo3/cms-cli",
"typo3/cms-composer-installers"
],
"groupName": "TYPO3 CMS",
"labels": [
"typo3"
],
"prPriority": 5,
"extends": [
":disableMajorUpdates"
]
}
]
}