From 3fe44a324e31d389068282482f55c1f6028a8cd3 Mon Sep 17 00:00:00 2001 From: "alma-renovate-bot[bot]" <163289924+alma-renovate-bot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 10:12:49 +0000 Subject: [PATCH 1/2] chore(deps): update pre-commit hook returntocorp/semgrep to v1.92.0 --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9ab3239d..1658fc56 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -39,7 +39,7 @@ repos: stages: [commit] - repo: https://github.com/returntocorp/semgrep - rev: v1.91.0 + rev: v1.92.0 hooks: - id: semgrep args: From 69a01931b96af23a16a22b59e98cb0a76095b815 Mon Sep 17 00:00:00 2001 From: Benjamin Freoua Date: Tue, 22 Oct 2024 10:11:24 +0200 Subject: [PATCH 2/2] feat: add renovate in pre-commit check branch name --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1658fc56..4936c40d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -58,4 +58,4 @@ repos: hooks: - id: check-branch-name args: - - "-r^((chore|ci|dependabot|devx|docs|feature|fix|release|hotfix|hotfix-backport|infra|other|perf|refactor|security|test)\/.+|(snyk)-.+|main|develop|HEAD)$$" + - "-r^((chore|ci|dependabot|devx|renovate|docs|feature|fix|release|hotfix|hotfix-backport|infra|other|perf|refactor|security|test)\/.+|(snyk)-.+|main|develop|HEAD)$$"