Skip to content

Commit 308ff0a

Browse files
committed
Update renovate.json
1 parent 26a44d1 commit 308ff0a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

Diff for: renovate.json

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
{
22
"extends": [
33
"config:base"
4+
],
5+
"rangeStrategy": "update-lockfile",
6+
"packageRules": [
7+
{
8+
"matchPaths": ["+(composer.json)"],
9+
"enabled": true,
10+
"groupName": "root-composer"
11+
},
12+
{
13+
"matchPaths": ["build-cs/**"],
14+
"enabled": true,
15+
"groupName": "build-cs"
16+
},
17+
{
18+
"matchPaths": [".github/**"],
19+
"enabled": true,
20+
"groupName": "github-actions"
21+
}
422
]
523
}

0 commit comments

Comments
 (0)