We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 253db8a commit 4dfbc50Copy full SHA for 4dfbc50
1 file changed
.github/renovate.json
@@ -10,6 +10,7 @@
10
{
11
"description": "Update references in Markdown files weekly",
12
"matchFileNames": ["**/*.md"],
13
+ "matchUpdateTypes": ["!major"],
14
"extends": ["schedule:weekly"],
15
"automerge": true,
16
"minimumReleaseAge": null,
@@ -19,13 +20,6 @@
19
20
"semanticCommitScope": null,
21
"additionalBranchPrefix": "docs-"
22
},
- {
23
- "description": "Always group major updates to the Renovate Docker image (docs and code)",
24
- "groupName": "renovate-major",
25
- "matchUpdateTypes": ["major"],
26
- "additionalBranchPrefix": "",
27
- "matchPackageNames": ["ghcr.io/renovatebot/renovate"]
28
- },
29
30
"description": "Use build semantic type for some deps",
31
"matchPackageNames": ["@vercel/ncc", "typescript"],
0 commit comments