Skip to content

Commit 9d83b7b

Browse files
authored
ci(renovate): Remove monorepo rule and update deprecated property names #1592
* ci(renovate): Remove monorepo as packageRule and update config to use newest commands #1592 * style: Fix styling to be more consistent #1592 * ci(renovate): Revert matching of packageNames to be more precise #1592
1 parent 7f387f1 commit 9d83b7b

File tree

1 file changed

+6
-20
lines changed

1 file changed

+6
-20
lines changed

renovate.json

Lines changed: 6 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -16,38 +16,24 @@
1616
{
1717
"groupName": "All Angular packages",
1818
"matchPackageNames": ["^@angular", "^@angular-eslint"],
19-
"updateTypes": ["major", "minor", "patch"]
19+
"matchUpdateTypes": ["major", "minor", "patch"]
2020
},
2121
{
2222
"groupName": "All devDependencies (minor and patch)",
23-
"matchDepTypes": [
24-
"devDependencies"
25-
],
26-
"matchUpdateTypes": [
27-
"minor",
28-
"patch"
29-
],
23+
"matchDepTypes": ["devDependencies"],
24+
"matchUpdateTypes": ["minor", "patch"],
3025
"automerge": true
3126
},
3227
{
3328
"groupName": "All ESLint packages",
3429
"matchPackageNames": ["eslint", "typescript-eslint"],
35-
"updateTypes": ["major", "minor", "patch"]
36-
},
37-
{
38-
"groupName": "All Monorepo dependencies",
39-
"extends": [
40-
"group:monorepos"
41-
],
42-
"updateTypes": ["major","minor", "patch"]
30+
"matchUpdateTypes": ["major", "minor", "patch"]
4331
},
4432
{
4533
"matchDatasources": [ "maven" ],
46-
"matchPackagePrefixes": [
47-
"ch.puzzle.okr"
48-
],
4934
"matchDepTypes": [ "parent" ],
50-
"enabled": false
35+
"enabled": false,
36+
"matchPackageNames": ["ch.puzzle.okr"]
5137
}
5238
]
5339
}

0 commit comments

Comments
 (0)