Skip to content

Update pre-commit#528

Merged
CarrotManMatt merged 1 commit intomainfrom
renovate/pre-commit
Jun 3, 2025
Merged

Update pre-commit#528
CarrotManMatt merged 1 commit intomainfrom
renovate/pre-commit

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jun 3, 2025

This PR contains the following updates:

Package Type Update Change
astral-sh/ruff-pre-commit repository patch v0.11.11 -> v0.11.12
astral-sh/uv-pre-commit repository patch 0.7.8 -> 0.7.9
gitleaks/gitleaks repository minor v8.26.0 -> v8.27.0
renovatebot/pre-commit-hooks repository minor 40.32.7 -> 40.36.8

Note: The pre-commit manager in Renovate is not supported by the pre-commit maintainers 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.12

Compare 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.9

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.7.9

gitleaks/gitleaks (gitleaks/gitleaks)

v8.27.0

Compare Source

Changelog

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-depth
enables this feature for both dir and git scan 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-depth flag sets the recursion limit. Recursion stops when
there 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):

Finding:     DB_PASSWORD=8ae31cacf141669ddfb5da
...
File:        testdata/archives/nested.tar.gz!archives/files.tar!files/.env.prod
Line:        4
Commit:      6e6ee6596d337bb656496425fb98644eb62b4a82
...
Fingerprint: 6e6ee6596d337bb656496425fb98644eb62b4a82:testdata/archives/nested.tar.gz!archives/files.tar!files/.env.prod:generic-api-key:4
Link:        https://github.com/leaktk/gitleaks/blob/6e6ee6596d337bb656496425fb98644eb62b4a82/testdata/archives/nested.tar.gz

This means a secret was detected on line 4 of files/.env.prod. which is in
archives/files.tar which is in testdata/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.8

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/40.36.8 for more changes

v40.36.7

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/40.36.7 for more changes

v40.36.6

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/40.36.6 for more changes

v40.36.4

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/40.36.4 for more changes

v40.36.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/40.36.3 for more changes

v40.36.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/40.36.2 for more changes

v40.36.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/40.36.1 for more changes

v40.36.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/40.36.0 for more changes

v40.35.4

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/40.35.4 for more changes

v40.35.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/40.35.3 for more changes

v40.35.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/40.35.2 for more changes

v40.35.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/40.35.1 for more changes

v40.35.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/40.35.0 for more changes

v40.34.4

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/40.34.4 for more changes

v40.34.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/40.34.3 for more changes

v40.34.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/40.34.2 for more changes

v40.34.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/40.34.1 for more changes

v40.34.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/40.34.0 for more changes

v40.33.9

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/40.33.9 for more changes

v40.33.8

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/40.33.8 for more changes

v40.33.6

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/40.33.6 for more changes

v40.33.5

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/40.33.5 for more changes

v40.33.4

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/40.33.4 for more changes

v40.33.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/40.33.3 for more changes

v40.33.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/40.33.2 for more changes

v40.33.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/40.33.1 for more changes

v40.33.0

Compare 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Changes that interact with managing dependencies label Jun 3, 2025
@renovate renovate Bot requested a review from CarrotManMatt as a code owner June 3, 2025 02:33
@renovate renovate Bot added the dependencies Changes that interact with managing dependencies label Jun 3, 2025
@CarrotManMatt CarrotManMatt merged commit 4e5f3c7 into main Jun 3, 2025
9 checks passed
@CarrotManMatt CarrotManMatt deleted the renovate/pre-commit branch June 3, 2025 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Changes that interact with managing dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant