Skip to content

Commit 9eaaf96

Browse files
chore(deps): Update Prek to v0.3.12 (#137)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [prek](https://redirect.github.com/j178/prek) | patch | `0.3.11` → `0.3.12` | --- ### Release Notes <details> <summary>j178/prek (prek)</summary> ### [`v0.3.12`](https://redirect.github.com/j178/prek/blob/HEAD/CHANGELOG.md#0312) [Compare Source](https://redirect.github.com/j178/prek/compare/v0.3.11...v0.3.12) Released on 2026-05-05. ##### Highlights `auto_update.cooldown_days` is now available in both the user-level global config (`~/.config/prek/prek.toml` on Linux and macOS, or `$XDG_CONFIG_HOME/prek/prek.toml` when set; `%APPDATA%\prek\prek.toml` on Windows) and project config. Set a user default for `prek auto-update`, then override it per project when a repository needs a different update cadence. ```toml [auto_update] cooldown_days = 7 ``` ##### Enhancements - Add global auto-update cooldown config ([#&#8203;2041](https://redirect.github.com/j178/prek/pull/2041)) - Add project auto-update cooldown config ([#&#8203;2044](https://redirect.github.com/j178/prek/pull/2044)) - Support `language: dart` ([#&#8203;1146](https://redirect.github.com/j178/prek/pull/1146)) ##### Bug fixes - Pass commit message file to workspace hooks ([#&#8203;2043](https://redirect.github.com/j178/prek/pull/2043)) - Preserve non-UTF8 filenames from git ([#&#8203;2023](https://redirect.github.com/j178/prek/pull/2023)) - ruby: put resolved Ruby's bin dir on `$PATH` for `gem` invocations ([#&#8203;2021](https://redirect.github.com/j178/prek/pull/2021)) ##### Documentation - Update docs with the new logo and icon ([#&#8203;2025](https://redirect.github.com/j178/prek/pull/2025)) - Point schema docs to SchemaStore ([#&#8203;2039](https://redirect.github.com/j178/prek/pull/2039)) ##### Contributors - [@&#8203;j178](https://redirect.github.com/j178) - [@&#8203;xiaoyanli-lyft](https://redirect.github.com/xiaoyanli-lyft) - [@&#8203;Lutra-Fs](https://redirect.github.com/Lutra-Fs) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Every minute (`* * * * *`) - Automerge - At any time (no schedule defined) 🚦 **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/rust-cli/argfile). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNTkuMiIsInVwZGF0ZWRJblZlciI6IjQzLjE1OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2e89aa2 commit 9eaaf96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
- name: prek
3030
uses: j178/prek-action@53276d8b0d10f8b6672aa85b4588c6921d0370cc # v2.0.1
3131
with:
32-
prek-version: '0.3.11'
32+
prek-version: '0.3.12'

0 commit comments

Comments
 (0)