Skip to content

Commit df07757

Browse files
renovate[bot]ondrejmirtes
authored andcommitted
Migrate config .github/renovate.json
1 parent 5d10e28 commit df07757

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/renovate.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
{
22
"extends": [
3-
"config:base",
3+
"config:recommended",
44
"schedule:weekly"
55
],
66
"rangeStrategy": "update-lockfile",
77
"packageRules": [
88
{
9-
"matchPaths": ["+(composer.json)"],
9+
"matchFileNames": [
10+
"+(composer.json)"
11+
],
1012
"enabled": true,
1113
"groupName": "root-composer"
1214
},
1315
{
14-
"matchPaths": [".github/**"],
16+
"matchFileNames": [
17+
".github/**"
18+
],
1519
"enabled": true,
1620
"groupName": "github-actions"
1721
}

0 commit comments

Comments
 (0)