Skip to content
This repository was archived by the owner on Dec 11, 2024. It is now read-only.

Commit e76cd7d

Browse files
renovate[bot]GoetzGoerisch
authored andcommitted
chore(config): migrate config .github/renovate.json
1 parent cc28724 commit e76cd7d

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/renovate.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": ["config:base"],
2+
"extends": ["config:recommended"],
33
"baseBranches": ["umati"],
44
"labels": ["dependencies"],
55
"packageRules": [
@@ -10,29 +10,29 @@
1010
"pinDigests": true
1111
},
1212
{
13-
"matchPackagePatterns": ["eslint"],
1413
"labels": ["linting"],
15-
"groupName": "eslint"
14+
"groupName": "eslint",
15+
"matchPackageNames": ["/eslint/"]
1616
},
1717
{
18-
"matchPackagePatterns": ["react"],
1918
"labels": ["react"],
20-
"groupName": "react"
19+
"groupName": "react",
20+
"matchPackageNames": ["/react/"]
2121
},
2222
{
23-
"matchPackagePatterns": ["bootstrap"],
2423
"labels": ["bootstrap"],
25-
"groupName": "bootstrap"
24+
"groupName": "bootstrap",
25+
"matchPackageNames": ["/bootstrap/"]
2626
},
2727
{
28-
"matchPackagePatterns": ["redux"],
2928
"labels": ["redux"],
30-
"groupName": "redux"
29+
"groupName": "redux",
30+
"matchPackageNames": ["/redux/"]
3131
},
3232
{
33-
"matchPackagePatterns": ["stylelint"],
3433
"labels": ["stylelint"],
35-
"groupName": "stylelint"
34+
"groupName": "stylelint",
35+
"matchPackageNames": ["/stylelint/"]
3636
},
3737
{
3838
"matchDepTypes": ["optionalDependencies"],

0 commit comments

Comments
 (0)