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:
Jamie Tanna 2026-01-29 17:01:34 +00:00 committed by GitHub
parent 5aaf05075d
commit 253db8a282
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

12
.github/renovate.json vendored
View file

@ -2,6 +2,11 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>renovatebot/.github", ":pinDependencies"], "extends": ["github>renovatebot/.github", ":pinDependencies"],
"packageRules": [ "packageRules": [
{
"description": "Always group updates to the Renovate Docker image",
"groupName": "renovate",
"matchPackageNames": ["ghcr.io/renovatebot/renovate"]
},
{ {
"description": "Update references in Markdown files weekly", "description": "Update references in Markdown files weekly",
"matchFileNames": ["**/*.md"], "matchFileNames": ["**/*.md"],
@ -14,6 +19,13 @@
"semanticCommitScope": null, "semanticCommitScope": null,
"additionalBranchPrefix": "docs-" "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", "description": "Use build semantic type for some deps",
"matchPackageNames": ["@vercel/ncc", "typescript"], "matchPackageNames": ["@vercel/ncc", "typescript"],