Commit 9eaaf96
authored
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
([#​2041](https://redirect.github.com/j178/prek/pull/2041))
- Add project auto-update cooldown config
([#​2044](https://redirect.github.com/j178/prek/pull/2044))
- Support `language: dart`
([#​1146](https://redirect.github.com/j178/prek/pull/1146))
##### Bug fixes
- Pass commit message file to workspace hooks
([#​2043](https://redirect.github.com/j178/prek/pull/2043))
- Preserve non-UTF8 filenames from git
([#​2023](https://redirect.github.com/j178/prek/pull/2023))
- ruby: put resolved Ruby's bin dir on `$PATH` for `gem` invocations
([#​2021](https://redirect.github.com/j178/prek/pull/2021))
##### Documentation
- Update docs with the new logo and icon
([#​2025](https://redirect.github.com/j178/prek/pull/2025))
- Point schema docs to SchemaStore
([#​2039](https://redirect.github.com/j178/prek/pull/2039))
##### Contributors
- [@​j178](https://redirect.github.com/j178)
- [@​xiaoyanli-lyft](https://redirect.github.com/xiaoyanli-lyft)
- [@​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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
0 commit comments