mirror of
https://github.com/renovatebot/github-action.git
synced 2026-02-03 18:58:09 +00:00
chore(renovater): exclude major from docs grouping (#996)
This commit is contained in:
parent
253db8a282
commit
4dfbc50e4c
1 changed files with 1 additions and 7 deletions
8
.github/renovate.json
vendored
8
.github/renovate.json
vendored
|
|
@ -10,6 +10,7 @@
|
|||
{
|
||||
"description": "Update references in Markdown files weekly",
|
||||
"matchFileNames": ["**/*.md"],
|
||||
"matchUpdateTypes": ["!major"],
|
||||
"extends": ["schedule:weekly"],
|
||||
"automerge": true,
|
||||
"minimumReleaseAge": null,
|
||||
|
|
@ -19,13 +20,6 @@
|
|||
"semanticCommitScope": null,
|
||||
"additionalBranchPrefix": "docs-"
|
||||
},
|
||||
{
|
||||
"description": "Always group major updates to the Renovate Docker image (docs and code)",
|
||||
"groupName": "renovate-major",
|
||||
"matchUpdateTypes": ["major"],
|
||||
"additionalBranchPrefix": "",
|
||||
"matchPackageNames": ["ghcr.io/renovatebot/renovate"]
|
||||
},
|
||||
{
|
||||
"description": "Use build semantic type for some deps",
|
||||
"matchPackageNames": ["@vercel/ncc", "typescript"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue