diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e36c0ef..f573a16 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: trailing-whitespace exclude: \.snap$ @@ -16,7 +16,7 @@ repos: - id: check-added-large-files - id: mixed-line-ending - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: 2.7.1 + rev: 2.7.3 hooks: - id: editorconfig-checker exclude_types: @@ -25,6 +25,6 @@ repos: - markdown exclude: LICENSE - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.0-alpha.9-for-vscode + rev: v4.0.0-alpha.8 hooks: - id: prettier diff --git a/renovate.json b/renovate.json index 3eaaefc..0e29f8c 100644 --- a/renovate.json +++ b/renovate.json @@ -1,3 +1,8 @@ { - "extends": ["config:base", "config:js-lib", "github>andrewaylett/renovate-config", ":assignAndReview(andrewaylett)"] + "extends": [ + "config:base", + "config:js-lib", + "github>andrewaylett/renovate-config", + ":assignAndReview(andrewaylett)" + ] }