Skip to content

Commit 4dfbc50

Browse files
authored
chore(renovater): exclude major from docs grouping (#996)
1 parent 253db8a commit 4dfbc50

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/renovate.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
{
1111
"description": "Update references in Markdown files weekly",
1212
"matchFileNames": ["**/*.md"],
13+
"matchUpdateTypes": ["!major"],
1314
"extends": ["schedule:weekly"],
1415
"automerge": true,
1516
"minimumReleaseAge": null,
@@ -19,13 +20,6 @@
1920
"semanticCommitScope": null,
2021
"additionalBranchPrefix": "docs-"
2122
},
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-
},
2923
{
3024
"description": "Use build semantic type for some deps",
3125
"matchPackageNames": ["@vercel/ncc", "typescript"],

0 commit comments

Comments
 (0)