Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix typos in Renovate configuration #734

Merged
merged 1 commit into from
May 8, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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