Skip to content

Commit c8161f5

Browse files
committed
Update and rename renovate.json to .github/renovate.json
1 parent f6b4354 commit c8161f5

File tree

2 files changed

+23
-5
lines changed

2 files changed

+23
-5
lines changed

.github/renovate.json

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"extends": [
3+
"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+
}
22+
]
23+
}

renovate.json

-5
This file was deleted.

0 commit comments

Comments
 (0)