We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1369d69 commit cdd2e3bCopy full SHA for cdd2e3b
renovate.json
@@ -2,6 +2,9 @@
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": [
4
"config:best-practices",
5
+ ":automergeMinor",
6
+ ":automergePatch",
7
+ ":automergeDigest",
8
":enableVulnerabilityAlerts",
9
"customManagers:biomeVersions",
10
"schedule:monthly"
@@ -36,11 +39,6 @@
36
39
"description": "Group all GitHub Actions updates",
37
40
"matchManagers": ["github-actions"],
38
41
"groupName": "github-actions"
- },
- {
- "description": "Automerge non-major updates",
42
- "matchUpdateTypes": ["minor", "patch", "digest"],
43
- "automerge": true
44
}
45
]
46
0 commit comments