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 ba1f837 commit 717c4a2Copy full SHA for 717c4a2
renovate.json
@@ -1,8 +1,20 @@
1
{
2
- "$schema": "https://docs.renovatebot.com/renovate-schema.json",
+ "extends": ["config:recommended"],
3
"automerge": true,
4
+ "rangeStrategy": "bump",
5
"dependencyDashboard": true,
- "extends": [
6
- "config:base"
+ "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