Skip to content

Commit c5a4fc9

Browse files
Merge pull request #53 from CPS-IT/task/migrate-config
[TASK] Migrate config
2 parents 2e76058 + 511aa53 commit c5a4fc9

File tree

3 files changed

+12
-16
lines changed

3 files changed

+12
-16
lines changed

default.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
"automerge": true
4343
},
4444
{
45-
"matchPackagePrefixes": [
46-
"phpstan/"
45+
"matchPackageNames": [
46+
"phpstan/**"
4747
],
4848
"matchDepNames": [
4949
"jangregor/phpstan-prophecy",

typo3-extension.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,13 @@
99
"rangeStrategy": "widen",
1010
"packageRules": [
1111
{
12-
"matchPackagePrefixes": [
13-
"typo3/cms-"
14-
],
15-
"excludePackageNames": [
16-
"typo3/cms-cli",
17-
"typo3/cms-composer-installers"
12+
"matchPackageNames": [
13+
"typo3/cms-**",
14+
"!typo3/cms-cli",
15+
"!typo3/cms-composer-installers"
1816
],
1917
"groupName": "TYPO3 CMS",
20-
"fetchReleaseNotes": false
18+
"fetchChangeLogs": "off"
2119
}
2220
]
2321
}

typo3-project.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,17 @@
1313
"rangeStrategy": "in-range-only",
1414
"packageRules": [
1515
{
16-
"matchPackagePrefixes": [
17-
"typo3/cms-"
18-
],
19-
"excludePackageNames": [
20-
"typo3/cms-cli",
21-
"typo3/cms-composer-installers"
16+
"matchPackageNames": [
17+
"typo3/cms-**",
18+
"!typo3/cms-cli",
19+
"!typo3/cms-composer-installers"
2220
],
2321
"groupName": "TYPO3 CMS",
2422
"extends": [
2523
":automergeDisabled",
2624
":disableMajorUpdates"
2725
],
28-
"fetchReleaseNotes": false
26+
"fetchChangeLogs": "off"
2927
}
3028
]
3129
}

0 commit comments

Comments
 (0)