From f836b5cea4c91715ef25d8bd39a47dd34fbb7350 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikolai=20R=C3=B8ed=20Kristiansen?= Date: Wed, 13 Nov 2024 15:31:23 +0100 Subject: [PATCH] chore(renovate): Allow faster automerge++ --- .pre-commit-config.yaml | 5 +++++ renovate.json | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) 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 }