From adf13bfdbcb7c7f60a1684395984611ab6e15ae0 Mon Sep 17 00:00:00 2001 From: Dependency bot Date: Tue, 7 May 2024 09:09:27 +0000 Subject: [PATCH] chore(deps): update mstruebing/editorconfig-checker docker tag to v3 (#329) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | mstruebing/editorconfig-checker | major | `2.7.2` -> `v3.0.1` | --- ### Configuration 📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - "before 4am" (UTC). 🚦 **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: woodpecker-bot Reviewed-on: https://codeberg.org/Codeberg/pages-server/pulls/329 Co-authored-by: Dependency bot Co-committed-by: Dependency bot --- .woodpecker/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml index ee75113..cc361c0 100644 --- a/.woodpecker/lint.yml +++ b/.woodpecker/lint.yml @@ -21,7 +21,7 @@ steps: editor-config: depends_on: [] - image: mstruebing/editorconfig-checker:2.7.2 + image: mstruebing/editorconfig-checker:v3.0.1 when: - event: pull_request - event: push