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",
|
||||||
}
|
}
|
||||||
|
|
|
@ -15,12 +15,12 @@
|
||||||
"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