Skip to content

Commit

Permalink
74, 75: SuperLinter and Dependabot (#76)
Browse files Browse the repository at this point in the history
* Bump super-linter/super-linter from 6 to 7

Bumps [super-linter/super-linter](https://github.com/super-linter/super-linter) from 6 to 7.
- [Release notes](https://github.com/super-linter/super-linter/releases)
- [Changelog](https://github.com/super-linter/super-linter/blob/main/CHANGELOG.md)
- [Commits](super-linter/super-linter@v6...v7)

---
updated-dependencies:
- dependency-name: super-linter/super-linter
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* 75: disable prettier

* 74: there are no Dockerfile to check

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
denisa and dependabot[bot] authored Aug 20, 2024
1 parent b080a95 commit add916e
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,3 @@ updates:
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-minor"]

- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
3 changes: 3 additions & 0 deletions .github/super-linter.env
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ LOG_LEVEL=WARN
MARKDOWN_CONFIG_FILE=markdown-lint.yaml
SUPPRESS_POSSUM=true
VALIDATE_JSCPD=false
VALIDATE_JSON_PRETTIER=false
VALIDATE_MARKDOWN_PRETTIER=false
VALIDATE_YAML_PRETTIER=false
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
fetch-depth: 0
- run: cat .github/super-linter.env >> "$GITHUB_ENV"
- uses: super-linter/super-linter@v6
- uses: super-linter/super-linter@v7
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
test:
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ Categories, defined in [changemap.json](.github/clq/changemap.json):
- `Fixed` for any bugfixes.
- `Security` in case of vulnerabilities.

## [1.4.4] - 2024-08-20

### Fixed

- Bump `super-linter/super-linter` from 6 to 7
- Disable `prettier`, its opinion differs too much
- Remove reference to the Docker ecosystem from Dependabot

## [1.4.3] - 2024-08-16

### Fixed
Expand Down
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,13 @@ shellcheck:

superlinter:
docker run --rm \
--platform linux/amd64 \
--rm \
-e RUN_LOCAL=true \
-e SHELL=/bin/bash \
--env-file ".github/super-linter.env" \
-w /tmp/lint -v "$$PWD":/tmp/lint \
github/super-linter:v5
ghcr.io/super-linter/super-linter:v7

.PHONY: versions
versions:
Expand Down

0 comments on commit add916e

Please sign in to comment.