From 2884830363edabf6ae5ac9242eae39a2ad3cd40f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 26 Apr 2023 21:24:08 +0900 Subject: [PATCH] Bump adrienverge/yamllint from 1.30.0 to 1.31.0 (#131) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/zricethezav/gitleaks: v8.16.2 → v8.16.3](https://github.com/zricethezav/gitleaks/compare/v8.16.2...v8.16.3) - [github.com/adrienverge/yamllint: v1.30.0 → v1.31.0](https://github.com/adrienverge/yamllint/compare/v1.30.0...v1.31.0) --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: fabasoad --- .github/CODEOWNERS | 1 + .pre-commit-config.yaml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..6770962 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @fabasoad diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 42f5d8f..dbc27f1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: - id: detect-secrets stages: ["commit", "push"] - repo: https://github.com/zricethezav/gitleaks - rev: v8.16.2 + rev: v8.16.3 hooks: - id: gitleaks stages: ["commit", "push"] @@ -28,7 +28,7 @@ repos: stages: ["push"] # Yaml - repo: https://github.com/adrienverge/yamllint - rev: v1.30.0 + rev: v1.31.0 hooks: - id: yamllint # Other