From d38e42de7f382314bff924ed7cee8a619252e1d8 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Mon, 9 Sep 2024 11:02:29 +0200 Subject: [PATCH] chore(deps): update davidanson/markdownlint-cli2 docker tag to v0.14.0 (#17) 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.13.0` -> `v0.14.0` | --- ### Release Notes
DavidAnson/markdownlint-cli2 (davidanson/markdownlint-cli2) ### [`v0.14.0`](https://github.com/DavidAnson/markdownlint-cli2/compare/v0.13.0...v0.14.0) [Compare Source](https://github.com/DavidAnson/markdownlint-cli2/compare/v0.13.0...v0.14.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). Co-authored-by: OCram85 Reviewed-on: https://gitea.ocram85.com/plugins/gitea-package/pulls/17 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 b2406d8..208d1ab 100644 --- a/.woodpecker/ci.yml +++ b/.woodpecker/ci.yml @@ -36,7 +36,7 @@ steps: # path: "Dockerfile" lint-markdown: - image: davidanson/markdownlint-cli2:v0.13.0 + image: davidanson/markdownlint-cli2:v0.14.0 commands: - "markdownlint-cli2 *.{md,markdown}" when: