From 37e6d7f5a49adbb1bb2daba86383fe6be3af9403 Mon Sep 17 00:00:00 2001 From: Dependency bot Date: Fri, 31 Jul 2026 10:06:31 +0200 Subject: [PATCH] chore(deps): update mstruebing/editorconfig-checker docker tag to v3.8.0 (#864) 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](https://github.com/editorconfig-checker/editorconfig-checker) | minor | `v3.6.1` → `v3.8.0` | --- ### Release Notes
editorconfig-checker/editorconfig-checker (mstruebing/editorconfig-checker) ### [`v3.8.0`](https://github.com/editorconfig-checker/editorconfig-checker/releases/tag/v3.8.0) [Compare Source](https://github.com/editorconfig-checker/editorconfig-checker/compare/v3.7.0...v3.8.0) ##### Features - exclude .gpg files ([#​571](https://github.com/editorconfig-checker/editorconfig-checker/issues/571)) ([e5b53f4](https://github.com/editorconfig-checker/editorconfig-checker/commit/e5b53f488f7e52a2665316e34500e65a8f3740d8)) ##### Bug Fixes - anchor node\_modules and target default excludes at path start ([#​568](https://github.com/editorconfig-checker/editorconfig-checker/issues/568)) ([c0c39af](https://github.com/editorconfig-checker/editorconfig-checker/commit/c0c39af8af2f692a36716481bc89ab4ee68d03e9)) - honor -no-color for .ecrc deprecation warning ([#​575](https://github.com/editorconfig-checker/editorconfig-checker/issues/575)) ([dbb0dbb](https://github.com/editorconfig-checker/editorconfig-checker/commit/dbb0dbb2b100fedc87aa292476c9b7bf029e688e)) ### [`v3.7.0`](https://github.com/editorconfig-checker/editorconfig-checker/releases/tag/v3.7.0) [Compare Source](https://github.com/editorconfig-checker/editorconfig-checker/compare/v3.6.1...v3.7.0) ##### Features - **files:** expand glob patterns in passed-file args ([#​190](https://github.com/editorconfig-checker/editorconfig-checker/issues/190)) ([#​558](https://github.com/editorconfig-checker/editorconfig-checker/issues/558)) ([4c0f326](https://github.com/editorconfig-checker/editorconfig-checker/commit/4c0f326cfa71fb0dd80c0c71b1844b2550ed799e)) ##### Bug Fixes - **cli:** auto-enable no-color when output format is github-actions ([#​557](https://github.com/editorconfig-checker/editorconfig-checker/issues/557)) ([9f4014c](https://github.com/editorconfig-checker/editorconfig-checker/commit/9f4014ce0944f601472e5cbfaec31f711890c780)) - detect binary files before decoding to prevent false text ([#​550](https://github.com/editorconfig-checker/editorconfig-checker/issues/550)) ([f47b30c](https://github.com/editorconfig-checker/editorconfig-checker/commit/f47b30c96713107bc4fe0b7a05e79a293c4874dd))
--- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Only on Sunday and Saturday (`* * * * 0,6`) - Automerge - Between 12:00 AM and 03:59 AM (`* 0-3 * * *`) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 [Mend Renovate](https://github.com/renovatebot/renovate). Co-authored-by: woodpecker-bot Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/864 Reviewed-by: Robert Wolff --- .woodpecker/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/lint.yaml b/.woodpecker/lint.yaml index bb3240b..eb6e455 100644 --- a/.woodpecker/lint.yaml +++ b/.woodpecker/lint.yaml @@ -14,7 +14,7 @@ steps: include: ['.woodpecker/*.yaml', '*.{md,markdown}'] editor-config: - image: mstruebing/editorconfig-checker:v3.6.1 + image: mstruebing/editorconfig-checker:v3.8.0 depends_on: [] prettier: