mirror of
https://github.com/renovatebot/github-action.git
synced 2026-02-03 18:58:09 +00:00
chore(renovate): group all Renovate updates together (#992)
This goes before the docs references, so they should take precedence for regular docs-only file changes, and then we also make sure that docs are included when there's a major update.
This commit is contained in:
parent
5aaf05075d
commit
253db8a282
1 changed files with 12 additions and 0 deletions
12
.github/renovate.json
vendored
12
.github/renovate.json
vendored
|
|
@ -2,6 +2,11 @@
|
|||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["github>renovatebot/.github", ":pinDependencies"],
|
||||
"packageRules": [
|
||||
{
|
||||
"description": "Always group updates to the Renovate Docker image",
|
||||
"groupName": "renovate",
|
||||
"matchPackageNames": ["ghcr.io/renovatebot/renovate"]
|
||||
},
|
||||
{
|
||||
"description": "Update references in Markdown files weekly",
|
||||
"matchFileNames": ["**/*.md"],
|
||||
|
|
@ -14,6 +19,13 @@
|
|||
"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