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.
2 parents b0f99bb + 57bb29c commit 3988f83Copy full SHA for 3988f83
.github/renovate.json
@@ -0,0 +1,26 @@
1
+{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "packageRules": [
4
+ {
5
+ "managers": ["composer"],
6
+ "rangeStrategy": "in-range-only"
7
+ },
8
9
10
+ "rangeStrategy": "bump"
11
12
13
14
+ "matchPackageNames": ["php"],
15
+ "enabled": false
16
+ }
17
+ ],
18
+ "extends": [
19
+ "config:base",
20
+ ":widenPeerDependencies",
21
+ ":rebaseStalePrs",
22
+ ":prHourlyLimitNone",
23
+ ":prConcurrentLimitNone",
24
+ "group:phpstan"
25
+ ]
26
+}
0 commit comments