Skip to content

Commit

Permalink
chore: fix typos in Renovate configuration (#734)
Browse files Browse the repository at this point in the history
  • Loading branch information
HonkingGoose authored May 8, 2023
1 parent be066a1 commit 5ad2b2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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",
Expand All @@ -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"
}
Expand Down

0 comments on commit 5ad2b2e

Please sign in to comment.