From 068d163b9c991eb1c3078e9a8d7b46451885f569 Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Sun, 29 Dec 2024 10:14:52 +0000 Subject: [PATCH] Enable renovate --- .github/renovate.json | 9 +++++++++ .pre-commit-config.yaml | 7 ++++++- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 .github/renovate.json diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 0000000..947f11f --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,9 @@ +{ + "autoApprove": true, + "automerge": true, + "automergeStrategy": "squash", + "configMigration": true, + "pre-commit": { + "enabled": true + } +} diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fe8a065..f3a032a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,6 +4,11 @@ ci: - pip-compile - deps repos: + - repo: https://github.com/renovatebot/pre-commit-hooks + rev: 39.85.0 + hooks: + - id: renovate-config-validator + args: [--strict] - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.8.4 hooks: @@ -49,7 +54,7 @@ repos: - id: debug-statements language_version: python3 - repo: https://github.com/ansible/ansible-lint - rev: v24.7.0 + rev: v24.12.2 hooks: - id: ansible-lint language_version: python3.10 # minimal supported officially