mirror of
https://github.com/tofuutils/pre-commit-opentofu.git
synced 2025-10-15 17:38:54 +02:00
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:
parent
080ce62dbc
commit
41f5b38ecc
2 changed files with 12 additions and 0 deletions
4
.github/renovate.json5
vendored
Normal file
4
.github/renovate.json5
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
$schema: "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
extends: ["local>SpotOnInc/renovate-config"],
|
||||||
|
}
|
||||||
|
|
@ -50,3 +50,11 @@ repos:
|
||||||
'--ignore', 'SC3037', # Not related to alpine
|
'--ignore', 'SC3037', # Not related to alpine
|
||||||
'--ignore', 'DL3013', # Pin versions in pip
|
'--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$'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue