From 5ad2b2e02314404632ada11bbe3fbc75cac5a58e Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Mon, 8 May 2023 11:57:57 +0200 Subject: [PATCH] chore: fix typos in Renovate configuration (#734) --- .github/renovate.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 6a1c0952aaf..21debee0e23 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -9,7 +9,7 @@ "matchUpdateTypes": ["major", "minor", "patch"] }, { - "description": "Update references in markdown files weekly", + "description": "Update references in Markdown files weekly", "matchPaths": ["**/*.md"], "extends": ["schedule:weekly"], "automerge": true, @@ -21,7 +21,7 @@ "additionalBranchPrefix": "docs-" }, { - "description": "use build semanctic type for some deps", + "description": "Use build semantic type for some deps", "matchPackageNames": [ "@vercel/ncc", "conventional-changelog-conventionalcommits", @@ -32,7 +32,7 @@ "semanticCommitType": "build" }, { - "description": "use ci semanctic type for some deps", + "description": "Use ci semantic type for some deps", "matchPaths": [".github/workflows/**"], "semanticCommitType": "ci" }