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 90b548e + 798082b commit 6f1c51bCopy full SHA for 6f1c51b
renovate.json
@@ -0,0 +1,30 @@
1
+{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "extends": [
4
+ ":dependencyDashboard",
5
+ ":semanticPrefixFixDepsChoreOthers",
6
+ ":ignoreModulesAndTests",
7
+ ":automergeDisabled",
8
+ ":configMigration",
9
+ "group:monorepos",
10
+ "group:recommended",
11
+ "replacements:all",
12
+ "workarounds:all"
13
+ ],
14
+ "prConcurrentLimit": 1,
15
+ "packageRules": [
16
+ {
17
+ "dependencyDashboardApproval": true,
18
+ "matchUpdateTypes": [ "major" ]
19
+ },
20
21
+ "matchManagers": [ "composer" ],
22
+ "matchDepNames": [ "php" ],
23
+ "enabled": false
24
25
26
27
+ "rangeStrategy": "bump"
28
+ }
29
+ ]
30
+}
0 commit comments