mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-16 17:02:36 +00:00
chore: fix typos in Renovate configuration (#734)
This commit is contained in:
parent
be066a1700
commit
5ad2b2e023
1 changed files with 3 additions and 3 deletions
6
.github/renovate.json
vendored
6
.github/renovate.json
vendored
|
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue