From 8d8ff55112cfb5495c3e45c60e7d58146ed466fb Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Sat, 23 Sep 2023 06:51:04 +0000 Subject: [PATCH] chore(deps-dev): bump megalinter docker tag to v7.4.0 | datasource | package | from | to | | ---------- | ----------------------------------- | ------ | ------ | | docker | oxsecurity/megalinter-documentation | v7.3.0 | v7.4.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 14502b9..cf02f34 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.3.0] + args: &megalinter-args [--flavor, documentation, --release, v7.4.0] - id: megalinter-full args: *megalinter-args