chore: fix typos in Renovate configuration (#734)

This commit is contained in:
HonkingGoose 2023-05-08 11:57:57 +02:00 committed by GitHub
parent be066a1700
commit 5ad2b2e023
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"
} }