From 826517c6d7c8d491a4f85b5cfc11700be0d42e5f Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 6 Sep 2023 11:22:26 +0000 Subject: [PATCH] chore(deps-dev): bump megalinter docker tag to v7.3.0 | datasource | package | from | to | | ---------- | ----------------------------------- | ------ | ------ | | docker | oxsecurity/megalinter-documentation | v7.2.1 | v7.3.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 c567eec..d78edfb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: - id: poetry-install - id: pre-commit-install - id: megalinter-incremental - args: &megalinter-args [--flavor, documentation, --release, v7.2.1] + args: &megalinter-args [--flavor, documentation, --release, v7.3.0] - id: megalinter-full args: *megalinter-args