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 fda8ef0 commit f59dda7Copy full SHA for f59dda7
.github/renovate.json
@@ -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
15
+ "groupName": "build-cs"
16
17
18
+ "matchPaths": [".github/**"],
19
20
+ "groupName": "github-actions"
21
+ }
22
+ ]
23
+}
renovate.json
0 commit comments