From 74fcb2af093c5c5c054ed19f13e9afbf35c52642 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 13 Jul 2024 16:44:13 +0300 Subject: [PATCH] .pre-commit-config.yaml: check github actions and renovate as well --- .pre-commit-config.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c27e98d..b7fbbbf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -60,8 +60,11 @@ repos: rev: 0.29.0 hooks: - id: check-dependabot + - id: check-github-actions - id: check-github-workflows - id: check-gitlab-ci + - id: check-renovate + additional_dependencies: ["pyjson5"] - repo: local hooks: