Skip to content

Commit a35dc92

Browse files
authored
Updated renovate config via 🤠 RepoRanger. (#280)
1 parent 45e9408 commit a35dc92

1 file changed

Lines changed: 23 additions & 7 deletions

File tree

renovate.json

Lines changed: 23 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,27 @@
44
"rangeStrategy": "bump",
55
"dependencyDashboard": true,
66
"pinDigests": true,
7-
"major": {
8-
"enabled": false
9-
},
10-
"ignoreDeps": ["php"],
11-
"groupName": "all dependencies",
12-
"groupSlug": "all",
13-
"branchPrefix": "deps/"
7+
"branchPrefix": "deps/",
8+
"packageRules": [
9+
{
10+
"matchDepNames": ["php"],
11+
"matchManagers": ["composer"],
12+
"enabled": false
13+
},
14+
{
15+
"matchDepNames": ["node", "yarn"],
16+
"matchManagers": ["npm"],
17+
"enabled": false
18+
},
19+
{
20+
"matchManagers": ["npm", "composer"],
21+
"matchUpdateTypes": ["major"],
22+
"enabled": false
23+
},
24+
{
25+
"matchPackageNames": ["*"],
26+
"groupName": "all dependencies",
27+
"groupSlug": "all"
28+
}
29+
]
1430
}

0 commit comments

Comments
 (0)