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 9b29773 commit 8b90e4fCopy full SHA for 8b90e4f
1 file changed
renovate.json
@@ -1,8 +1,20 @@
1
{
2
- "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
- "dependencyDashboard": true,
+ "extends": ["config:recommended"],
4
"automerge": true,
5
- "extends": [
6
- "config:base"
+ "rangeStrategy": "bump",
+ "dependencyDashboard": true,
+ "pinDigests": true,
7
+ "branchPrefix": "deps/",
8
+ "packageRules": [
9
+ {
10
+ "matchManagers": ["composer"],
11
+ "matchUpdateTypes": ["major"],
12
+ "enabled": false
13
+ },
14
15
+ "matchPackageNames": ["*"],
16
+ "groupName": "all dependencies",
17
+ "groupSlug": "all"
18
+ }
19
]
20
}
0 commit comments