We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d10e28 commit df07757Copy full SHA for df07757
.github/renovate.json
@@ -1,17 +1,21 @@
1
{
2
"extends": [
3
- "config:base",
+ "config:recommended",
4
"schedule:weekly"
5
],
6
"rangeStrategy": "update-lockfile",
7
"packageRules": [
8
9
- "matchPaths": ["+(composer.json)"],
+ "matchFileNames": [
10
+ "+(composer.json)"
11
+ ],
12
"enabled": true,
13
"groupName": "root-composer"
14
},
15
- "matchPaths": [".github/**"],
16
17
+ ".github/**"
18
19
20
"groupName": "github-actions"
21
}
0 commit comments