Configure Renovate (#6)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Konrad Szwarc <konrad.szwarc.dev@gmail.com>
This commit is contained in:
parent
584bf6d84e
commit
676ca9a4f2
2 changed files with 22 additions and 1 deletions
21
.github/renovate.json
vendored
Normal file
21
.github/renovate.json
vendored
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:js-app",
|
||||
":rebaseStalePrs",
|
||||
":automergePr",
|
||||
":automergeRequireAllStatusChecks",
|
||||
":separateMultipleMajorReleases",
|
||||
"npm:unpublishSafe",
|
||||
"schedule:daily"
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchPackagePatterns": ["*"],
|
||||
"matchUpdateTypes": ["minor", "patch"],
|
||||
"groupName": "all non-major dependencies",
|
||||
"groupSlug": "all-minor-patch",
|
||||
"automerge": true
|
||||
}
|
||||
]
|
||||
}
|
||||
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
|
|
@ -9,7 +9,7 @@
|
|||
"typescript.tsdk": "node_modules/typescript/lib",
|
||||
"typescript.enablePromptUseWorkspaceTsdk": true,
|
||||
"[astro]": { "editor.defaultFormatter": "dbaeumer.vscode-eslint" },
|
||||
"[json]": { "editor.defaultFormatter": "dbaeumer.vscode-eslint" },
|
||||
"[json]": { "editor.defaultFormatter": "esbenp.prettier-vscode" },
|
||||
"[javascript]": { "editor.defaultFormatter": "dbaeumer.vscode-eslint" },
|
||||
"[typescript]": { "editor.defaultFormatter": "dbaeumer.vscode-eslint" },
|
||||
"[typescriptreact]": { "editor.defaultFormatter": "dbaeumer.vscode-eslint" }
|
||||
|
|
|
|||
Loading…
Reference in a new issue