mirror of
https://github.com/renovatebot/github-action.git
synced 2026-02-03 18:58:09 +00:00
skip: merge (253db8a282) [skip release]
This commit is contained in:
commit
7e38ff3a74
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",
|
"$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"],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue