skip: merge (5ad2b2e023) [skip release]

This commit is contained in:
Renovate Bot 2023-05-08 10:01:15 +00:00
commit 3ab79d6554

View file

@ -9,7 +9,7 @@
"matchUpdateTypes": ["major", "minor", "patch"] "matchUpdateTypes": ["major", "minor", "patch"]
}, },
{ {
"description": "Update references in markdown files weekly", "description": "Update references in Markdown files weekly",
"matchPaths": ["**/*.md"], "matchPaths": ["**/*.md"],
"extends": ["schedule:weekly"], "extends": ["schedule:weekly"],
"automerge": true, "automerge": true,
@ -21,7 +21,7 @@
"additionalBranchPrefix": "docs-" "additionalBranchPrefix": "docs-"
}, },
{ {
"description": "use build semanctic type for some deps", "description": "Use build semantic type for some deps",
"matchPackageNames": [ "matchPackageNames": [
"@vercel/ncc", "@vercel/ncc",
"conventional-changelog-conventionalcommits", "conventional-changelog-conventionalcommits",
@ -32,7 +32,7 @@
"semanticCommitType": "build" "semanticCommitType": "build"
}, },
{ {
"description": "use ci semanctic type for some deps", "description": "Use ci semantic type for some deps",
"matchPaths": [".github/workflows/**"], "matchPaths": [".github/workflows/**"],
"semanticCommitType": "ci" "semanticCommitType": "ci"
} }