diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 69bf74b..47dcb36 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,7 +27,7 @@ repos: - yaml - markdown - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.1.0 + rev: v4.0.0-alpha.8 hooks: - id: prettier #- repo: https://github.com/andrewaylett/pre-commit-hooks 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)" + ] }