From 832a69a660bb677cf81a9fc18f84c13b7411b416 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Fri, 17 Jan 2025 11:16:41 +0100 Subject: [PATCH] chore(deps): update davidanson/markdownlint-cli2 docker tag to v0.17.1 (#21) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [davidanson/markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2) | minor | `v0.14.0` -> `v0.17.1` | --- ### Release Notes
DavidAnson/markdownlint-cli2 (davidanson/markdownlint-cli2) ### [`v0.17.1`](https://github.com/DavidAnson/markdownlint-cli2/compare/v0.17.0...v0.17.1) [Compare Source](https://github.com/DavidAnson/markdownlint-cli2/compare/v0.17.0...v0.17.1) ### [`v0.17.0`](https://github.com/DavidAnson/markdownlint-cli2/compare/v0.16.0...v0.17.0) [Compare Source](https://github.com/DavidAnson/markdownlint-cli2/compare/v0.16.0...v0.17.0) ### [`v0.16.0`](https://github.com/DavidAnson/markdownlint-cli2/compare/v0.15.0...v0.16.0) [Compare Source](https://github.com/DavidAnson/markdownlint-cli2/compare/v0.15.0...v0.16.0) ### [`v0.15.0`](https://github.com/DavidAnson/markdownlint-cli2/compare/v0.14.0...v0.15.0) [Compare Source](https://github.com/DavidAnson/markdownlint-cli2/compare/v0.14.0...v0.15.0)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.ocram85.com/plugins/gitea-package/pulls/21 Reviewed-by: OCram85 Co-authored-by: renovate-bot Co-committed-by: renovate-bot --- .woodpecker/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/ci.yml b/.woodpecker/ci.yml index bfc3ef6..3a7cd61 100644 --- a/.woodpecker/ci.yml +++ b/.woodpecker/ci.yml @@ -36,7 +36,7 @@ steps: # path: "Dockerfile" lint-markdown: - image: davidanson/markdownlint-cli2:v0.14.0 + image: davidanson/markdownlint-cli2:v0.17.1 commands: - "markdownlint-cli2 *.{md,markdown}" when: