Merged
Conversation
CarrotManMatt
approved these changes
Jun 3, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.11.11->v0.11.120.7.8->0.7.9v8.26.0->v8.27.040.32.7->40.36.8Note: The
pre-commitmanager in Renovate is not supported by thepre-commitmaintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.Release Notes
astral-sh/ruff-pre-commit (astral-sh/ruff-pre-commit)
v0.11.12Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.11.12
astral-sh/uv-pre-commit (astral-sh/uv-pre-commit)
v0.7.9Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.7.9
gitleaks/gitleaks (gitleaks/gitleaks)
v8.27.0Compare Source
Changelog
782f310Archive support (#1872)489d13cUpdate README.mdd29ee55Reduce aws-access-token false positives (#1876)611db65Setpass_filenamestofalsefor Docker hook (#1850)0589ae0unicode decoding (#1854)82f7e32Diagnostics (#1856)f97a9eechore: include decoder in debug log (#1853)Got another @bplaxco release. Cheers!
Archive Scanning
Sometimes secrets are packaged within archive files like zip files or tarballs,
making them difficult to discover. Now you can tell gitleaks to automatically
extract and scan the contents of archives. The flag
--max-archive-depthenables this feature for both
dirandgitscan types. The default value of"0" means this feature is disabled by default.
Recursive scanning is supported since archives can also contain other archives.
The
--max-archive-depthflag sets the recursion limit. Recursion stops whenthere are no new archives to extract, so setting a very high max depth just
sets the potential to go that deep. It will only go as deep as it needs to.
The findings for secrets located within an archive will include the path to the
file inside the archive. Inner paths are separated with
!.Example finding (shortened for brevity):
This means a secret was detected on line 4 of
files/.env.prod.which is inarchives/files.tarwhich is intestdata/archives/nested.tar.gz.Currently supported formats:
The compression
and archive
formats supported by mholt's archives package
are supported.
renovatebot/pre-commit-hooks (renovatebot/pre-commit-hooks)
v40.36.8Compare Source
See https://github.com/renovatebot/renovate/releases/tag/40.36.8 for more changes
v40.36.7Compare Source
See https://github.com/renovatebot/renovate/releases/tag/40.36.7 for more changes
v40.36.6Compare Source
See https://github.com/renovatebot/renovate/releases/tag/40.36.6 for more changes
v40.36.4Compare Source
See https://github.com/renovatebot/renovate/releases/tag/40.36.4 for more changes
v40.36.3Compare Source
See https://github.com/renovatebot/renovate/releases/tag/40.36.3 for more changes
v40.36.2Compare Source
See https://github.com/renovatebot/renovate/releases/tag/40.36.2 for more changes
v40.36.1Compare Source
See https://github.com/renovatebot/renovate/releases/tag/40.36.1 for more changes
v40.36.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/40.36.0 for more changes
v40.35.4Compare Source
See https://github.com/renovatebot/renovate/releases/tag/40.35.4 for more changes
v40.35.3Compare Source
See https://github.com/renovatebot/renovate/releases/tag/40.35.3 for more changes
v40.35.2Compare Source
See https://github.com/renovatebot/renovate/releases/tag/40.35.2 for more changes
v40.35.1Compare Source
See https://github.com/renovatebot/renovate/releases/tag/40.35.1 for more changes
v40.35.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/40.35.0 for more changes
v40.34.4Compare Source
See https://github.com/renovatebot/renovate/releases/tag/40.34.4 for more changes
v40.34.3Compare Source
See https://github.com/renovatebot/renovate/releases/tag/40.34.3 for more changes
v40.34.2Compare Source
See https://github.com/renovatebot/renovate/releases/tag/40.34.2 for more changes
v40.34.1Compare Source
See https://github.com/renovatebot/renovate/releases/tag/40.34.1 for more changes
v40.34.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/40.34.0 for more changes
v40.33.9Compare Source
See https://github.com/renovatebot/renovate/releases/tag/40.33.9 for more changes
v40.33.8Compare Source
See https://github.com/renovatebot/renovate/releases/tag/40.33.8 for more changes
v40.33.6Compare Source
See https://github.com/renovatebot/renovate/releases/tag/40.33.6 for more changes
v40.33.5Compare Source
See https://github.com/renovatebot/renovate/releases/tag/40.33.5 for more changes
v40.33.4Compare Source
See https://github.com/renovatebot/renovate/releases/tag/40.33.4 for more changes
v40.33.3Compare Source
See https://github.com/renovatebot/renovate/releases/tag/40.33.3 for more changes
v40.33.2Compare Source
See https://github.com/renovatebot/renovate/releases/tag/40.33.2 for more changes
v40.33.1Compare Source
See https://github.com/renovatebot/renovate/releases/tag/40.33.1 for more changes
v40.33.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/40.33.0 for more changes
Configuration
📅 Schedule: Branch creation - Between 03:00 AM and 08:59 AM, only on Tuesday ( * 3-8 * * 2 ) in timezone Europe/London, 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.