Skip to content

Commit

Permalink
fix(deps-dev): bump megalinter to v7.5.0
Browse files Browse the repository at this point in the history
| datasource | package                             | from   | to     |
| ---------- | ----------------------------------- | ------ | ------ |
| docker     | oxsecurity/megalinter-documentation | v7.4.0 | v7.5.0 |
| npm        | mega-linter-runner                  | 7.4.0  | 7.5.0  |
  • Loading branch information
renovate-bot authored and Kurt-von-Laven committed Nov 7, 2023
1 parent 143a287 commit f6c7f98
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repos:
- id: poetry-install
- id: pre-commit-install
- id: megalinter-incremental
args: &megalinter-args [--flavor, documentation, --release, v7.4.0]
args: &megalinter-args [--flavor, documentation, --release, v7.5.0]
- id: megalinter-full
args: *megalinter-args

Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
- id: megalinter-incremental
name: Run MegaLinter (skipping linters that run in project mode)
entry: >
npx -- mega-linter-runner@v7.4.0
npx -- mega-linter-runner@v7.5.0
--container-name megalinter-incremental
--remove-container
--fix
Expand All @@ -185,7 +185,7 @@
- id: megalinter-full
name: Run MegaLinter
entry: >
npx -- mega-linter-runner@v7.4.0
npx -- mega-linter-runner@v7.5.0
--container-name megalinter-full
--remove-container
--fix
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ This hook is intended for MegaLinter v6. Run
by running:

```sh
npx -- mega-linter-runner@v7.4.0 \
npx -- mega-linter-runner@v7.5.0 \
--container-name megalinter-incremental \
--remove-container \
--fix \
Expand All @@ -147,7 +147,7 @@ and
This hook is intended for MegaLinter v6. Run MegaLinter by running:

```sh
npx -- mega-linter-runner@v7.4.0 \
npx -- mega-linter-runner@v7.5.0 \
--container-name megalinter-full \
--remove-container \
--fix \
Expand Down

0 comments on commit f6c7f98

Please sign in to comment.