format, fix commas
This commit is contained in:
parent
fc54f684db
commit
4a6014a573
2 changed files with 26 additions and 25 deletions
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
|
@ -22,4 +22,5 @@
|
||||||
},
|
},
|
||||||
"editor.fontFamily": "FiraCode Nerd Font",
|
"editor.fontFamily": "FiraCode Nerd Font",
|
||||||
"editor.hover.delay": 1500,
|
"editor.hover.delay": 1500,
|
||||||
|
"prettier.quoteProps": "preserve",
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,26 +1,26 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"assignees": ["jahanson"],
|
"assignees": ["jahanson"],
|
||||||
"extends": ["config:best-practices"],
|
"extends": ["config:best-practices"],
|
||||||
"semanticCommits": "enabled",
|
"semanticCommits": "enabled",
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"description": "use fix scope for renovate updates",
|
"description": "use fix scope for renovate updates",
|
||||||
"matchPackageNames": ["ghcr.io/renovatebot/renovate"],
|
"matchPackageNames": ["ghcr.io/renovatebot/renovate"],
|
||||||
"semanticCommitType": "fix"
|
"semanticCommitType": "fix"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"automerge": true,
|
"automerge": true,
|
||||||
"automergeType": "branch", // Directly merge to the branch without PR
|
"automergeType": "branch", // Directly merge to the branch without PR
|
||||||
"description": "Automerge renovate updates",
|
"description": "Automerge renovate updates",
|
||||||
"ignoreTests": true,
|
"ignoreTests": true,
|
||||||
"matchPackageNames": ["ghcr.io/renovatebot/renovate"],
|
"matchPackageNames": ["ghcr.io/renovatebot/renovate"],
|
||||||
"matchUpdateTypes": ["minor", "patch", "digest"],
|
"matchUpdateTypes": ["minor", "patch", "digest"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Update renovate only daily",
|
"description": "Update renovate only daily",
|
||||||
"extends": ["schedule:daily"]
|
"extends": ["schedule:daily"],
|
||||||
"matchDepNames": ["ghcr.io/renovatebot/renovate"],
|
"matchDepNames": ["ghcr.io/renovatebot/renovate"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue