chore(deps): Configure Renovate (#457)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Maksym Vlasov <MaxymVlasov@users.noreply.github.com>
Co-authored-by: pre-commit <pre-commit@example.com>
This commit is contained in:
renovate[bot] 2023-01-27 09:51:53 -08:00 committed by GitHub
commit 41f5b38ecc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 0 deletions

4
.github/renovate.json5 vendored Normal file
View file

@ -0,0 +1,4 @@
{
$schema: "https://docs.renovatebot.com/renovate-schema.json",
extends: ["local>SpotOnInc/renovate-config"],
}

View file

@ -50,3 +50,11 @@ repos:
'--ignore', 'SC3037', # Not related to alpine
'--ignore', 'DL3013', # Pin versions in pip
]
# JSON5 Linter
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.4
hooks:
- id: prettier
# https://prettier.io/docs/en/options.html#parser
files: '.json5$'