diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 840395a..b6bd1c7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,6 +5,11 @@ repos: - id: ruff args: [--fix] - id: ruff-format + - repo: https://github.com/python-jsonschema/check-jsonschema + rev: 0.29.4 + hooks: + - id: check-github-workflows + - id: check-renovate - repo: local hooks: - id: mypy diff --git a/renovate.json b/renovate.json index 4e13f34..5c9e820 100644 --- a/renovate.json +++ b/renovate.json @@ -3,6 +3,7 @@ "extends": [ "config:recommended" ], + "configMigration": true, "packageRules": [ { "groupName": "ruff", @@ -11,5 +12,6 @@ ], "automerge": true } - ] + ], + "platformAutomerge": true }