chore(deps): update pre-commit hook renovatebot/pre-commit-hooks to v43 - #401
chore(deps): update pre-commit hook renovatebot/pre-commit-hooks to v43#401renovate[bot] wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Pull request overview
Note
Copilot could not run the full agentic suite for this review because it was automatically requested on a bot-authored pull request. Request a review from Copilot under Reviewers to retry with the full agentic suite. Improved support for bot-authored pull requests is coming soon.
Updates the Renovate pre-commit hook revision in .pre-commit-config.yaml.
Changes:
- Switched
renovatebot/pre-commit-hooksfrom a pinned commit SHA to a tag-like version string forrev.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| # Renovate | ||
| - repo: https://github.com/renovatebot/pre-commit-hooks # ci:ignore:OK to validate locally only, otherwise it adds 850MB+ to unpacked cache | ||
| rev: "3e092534a50de9c02837a60a96f6d52eea931033" # frozen: 43.285.7 | ||
| rev: "43.272.0" # frozen: 43.285.7 |
|
|
Overall Grade |
Security Reliability Complexity Hygiene |
Code Review Summary
| Analyzer | Status | Updated (UTC) | Details |
|---|---|---|---|
| Secrets | Aug 4, 2026 3:32p.m. | Review ↗ | |
| Shell | Aug 4, 2026 3:32p.m. | Review ↗ |
Important
AI Review is run only on demand for your team. We're only showing results of static analysis review right now. To trigger AI Review, comment @deepsourcebot review on this thread.
28f59d7 to
ff835b9
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
Suppressed comments (2)
.pre-commit-config.yaml:69
- The inline
# frozen: 43.285.7comment no longer matches the configuredrev(43.272.3). Update the comment to reflect the actual pinned version, or setrevto the intended frozen version so future updates/audits aren’t misled.
rev: "43.272.3" # frozen: 43.285.7
.pre-commit-config.yaml:69
- Pre-commit hooks are typically pinned to an immutable commit SHA for reproducible installs; switching
revto a version tag/string can reduce determinism if the tag is ever moved. Consider pinningrevto the corresponding commit SHA (and optionally keep the version in a comment) to maintain reproducibility.
rev: "43.272.3" # frozen: 43.285.7
ff835b9 to
c561033
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
Suppressed comments (2)
.pre-commit-config.yaml:69
- The inline “frozen” version comment no longer matches the actual
revvalue. This is misleading for future updates/audits; either update the comment to43.272.4or updaterevto the intended frozen version.
rev: "43.272.4" # frozen: 43.285.7
.pre-commit-config.yaml:69
- This change switches from a pinned commit SHA to a version tag/string for
rev. For supply-chain safety and reproducibility, prefer pinning to an immutable commit SHA (and keep the version noted in a comment if desired). If you want to track43.272.4, resolve and pin the corresponding commit SHA for that release.
rev: "43.272.4" # frozen: 43.285.7
c561033 to
91e0187
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
Suppressed comments (1)
.pre-commit-config.yaml:69
- The inline comment indicates the hook is frozen at 43.285.7, but
revis set to 43.272.5. This mismatch makes it unclear which version is intended and can cause confusion during upgrades. Align the comment with the actualrev, or updaterevto match the frozen version noted in the comment.
rev: "43.272.5" # frozen: 43.285.7
91e0187 to
0823da8
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
Suppressed comments (1)
.pre-commit-config.yaml:69
- The pinned
revand the# frozen:comment disagree (43.272.6vs43.285.7). This makes it unclear which version is intended and can lead to accidental downgrades. Update either therevto match the frozen version or adjust the# frozen:comment to reflect the actual pinned version (and consider keeping the pin consistent with the project’s chosen strategy: version tag vs commit SHA).
rev: "43.272.6" # frozen: 43.285.7
0823da8 to
1b7c5c9
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
Suppressed comments (2)
.pre-commit-config.yaml:69
- The configured
rev(43.272.7) conflicts with the inline comment indicating it is frozen at 43.285.7. This can lead to confusion and incorrect assumptions during upgrades or debugging. Update the comment to match the actualrev, or updaterevto 43.285.7 (and keep the comment consistent).
rev: "43.272.7" # frozen: 43.285.7
.pre-commit-config.yaml:69
- Previously this hook was pinned to an exact commit SHA, which provides fully reproducible installs. Switching to a version string may be fine if the upstream uses immutable tags, but if the intent is strict reproducibility (as implied by 'frozen'), consider pinning to the corresponding commit SHA for 43.272.7 (or 43.285.7) instead.
rev: "43.272.7" # frozen: 43.285.7
1b7c5c9 to
8828339
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
Suppressed comments (2)
.pre-commit-config.yaml:69
- The
revvalue and the# frozen:comment are inconsistent (43.273.0vs43.285.7). This makes it unclear which version is intended and can cause confusion during upgrades. Update either therevto match the frozen version, or update the comment to reflect the actual pinned version.
rev: "43.273.0" # frozen: 43.285.7
.pre-commit-config.yaml:69
- This changes the pin from an immutable commit SHA to a version/tag string. For maximum reproducibility and supply-chain safety, prefer pinning by commit SHA (or ensure the tag is immutable/signed and your tooling/policy allows tag pinning). If tag pinning is intentional, consider documenting that policy nearby to avoid future reverts.
rev: "43.273.0" # frozen: 43.285.7
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This PR contains the following updates:
3e092534a50de9c02837a60a96f6d52eea931033→43.273.044.11.4(+70)Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Note: 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
renovatebot/pre-commit-hooks (renovatebot/pre-commit-hooks)
v43.273.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.273.0 for more changes
v43.272.9Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.272.9 for more changes
v43.272.8Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.272.8 for more changes
v43.272.7Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.272.7 for more changes
v43.272.6Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.272.6 for more changes
v43.272.5Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.272.5 for more changes
v43.272.4Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.272.4 for more changes
v43.272.3Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.272.3 for more changes
v43.272.1Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.272.1 for more changes
v43.272.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.272.0 for more changes
v43.271.3Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.271.3 for more changes
v43.271.2Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.271.2 for more changes
v43.271.1Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.271.1 for more changes
v43.271.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.271.0 for more changes
v43.270.2Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.270.2 for more changes
v43.270.1Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.270.1 for more changes
v43.270.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.270.0 for more changes
v43.269.3Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.269.3 for more changes
v43.269.2Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.269.2 for more changes
v43.269.1Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.269.1 for more changes
v43.269.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.269.0 for more changes
v43.268.5Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.268.5 for more changes
v43.268.4Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.268.4 for more changes
v43.268.2Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.268.2 for more changes
v43.268.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.268.0 for more changes
v43.266.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.266.0 for more changes
v43.265.5Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.265.5 for more changes
v43.265.4Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.265.4 for more changes
v43.265.3Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.265.3 for more changes
v43.265.2Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.265.2 for more changes
v43.265.1Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.265.1 for more changes
v43.265.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.265.0 for more changes
v43.264.2Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.264.2 for more changes
v43.264.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.264.0 for more changes
v43.263.9Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.263.9 for more changes
v43.263.7Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.263.7 for more changes
v43.263.6Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.263.6 for more changes
v43.263.4Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.263.4 for more changes
v43.263.3Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.263.3 for more changes
v43.263.2Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.263.2 for more changes
v43.263.1Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.263.1 for more changes
v43.263.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.263.0 for more changes
v43.262.4Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.262.4 for more changes
v43.262.3Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.262.3 for more changes
v43.262.2Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.262.2 for more changes
v43.262.1Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.262.1 for more changes
v43.262.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.262.0 for more changes
v43.261.4Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.261.4 for more changes
v43.261.3Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.261.3 for more changes
v43.261.2Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.261.2 for more changes
v43.261.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.261.0 for more changes
v43.260.3Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.260.3 for more changes
v43.260.2Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.260.2 for more changes
v43.260.1Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.260.1 for more changes
v43.260.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.260.0 for more changes
v43.259.3Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.259.3 for more changes
v43.259.2Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.259.2 for more changes
v43.259.1Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.259.1 for more changes
v43.259.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.259.0 for more changes
v43.258.1Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.258.1 for more changes
v43.258.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.258.0 for more changes
v43.257.9Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.257.9 for more changes
v43.257.8Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.257.8 for more changes
v43.257.7Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.257.7 for more changes
v43.257.6Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.257.6 for more changes
v43.257.5Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.257.5 for more changes
v43.257.4Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.257.4 for more changes
v43.257.3Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.257.3 for more changes
v43.257.2Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.257.2 for more changes
v43.257.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.257.0 for more changes
v43.256.3Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.256.3 for more changes
v43.256.2Compare Source
v43.256.1Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.256.1 for more changes
v43.256.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.256.0 for more changes
v43.255.2Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.255.2 for more changes
v43.255.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.255.0 for more changes
v43.254.0Compare Source
v43.253.2Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.253.2 for more changes
v43.253.1Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.253.1 for more changes
v43.253.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.253.0 for more changes
v43.252.8Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.252.8 for more changes
v43.252.7Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.252.7 for more changes
v43.252.6Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.252.6 for more changes
v43.252.5Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.252.5 for more changes
v43.252.4Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.252.4 for more changes
v43.252.3Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.252.3 for more changes
v43.252.1Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.252.1 for more changes
v43.252.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.252.0 for more changes
v43.251.3Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.251.3 for more changes
v43.251.2Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.251.2 for more changes
v43.251.1Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.251.1 for more changes
v43.251.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.251.0 for more changes
v43.250.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.250.0 for more changes
v43.249.7Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.249.7 for more changes
v43.249.6Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.249.6 for more changes
v43.249.5Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.249.5 for more changes
v43.249.4Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.249.4 for more changes
v43.249.3Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.249.3 for more changes
v43.249.2Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.249.2 for more changes
v43.249.1Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.249.1 for more changes
v43.249.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.249.0 for more changes
v43.248.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.248.0 for more changes
v43.247.1Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.247.1 for more changes
v43.247.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.247.0 for more changes
v43.246.1Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.246.1 for more changes
v43.246.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.246.0 for more changes
v43.245.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.245.0 for more changes
v43.244.4Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.244.4 for more changes
v43.244.3Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.244.3 for more changes
v43.244.2Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.244.2 for more changes
v43.244.1Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.244.1 for more changes
v43.244.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.244.0 for more changes
v43.243.2Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.243.2 for more changes
v43.243.1Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.243.1 for more changes
v43.243.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.243.0 for more changes
v43.242.2Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.242.2 for more changes
v43.242.1Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.242.1 for more changes
v43.242.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.242.0 for more changes
v43.241.5Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.241.5 for more changes
v43.241.3Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.241.3 for more changes
v43.241.2Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.241.2 for more changes
v43.241.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.241.0 for more changes
v43.240.0Compare Source
v43.239.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.239.0 for more changes
v43.237.1Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.237.1 for more changes
v43.237.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.237.0 for more changes
v43.236.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.236.0 for more changes
v43.235.2Compare Source
v43.235.1Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.235.1 for more changes
v43.235.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.235.0 for more changes
v43.234.2Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.234.2 for more changes
v43.234.1Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.234.1 for more changes
v43.234.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.234.0 for more changes
v43.233.4Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.233.4 for more changes
v43.227.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.227.0 for more changes
v43.226.2Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.226.2 for more changes
v43.226.1Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.226.1 for more changes
v43.226.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.226.0 for more changes
v43.225.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.225.0 for more changes
v43.224.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.224.0 for more changes
v43.223.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.223.0 for more changes
v43.222.1Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.222.1 for more changes
v43.222.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.222.0 for more changes
v43.221.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.221.0 for more changes
v43.220.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.220.0 for more changes
v43.218.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.218.0 for more changes
v43.217.1Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.217.1 for more changes
v43.217.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.217.0 for more changes
v43.216.4Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.216.4 for more changes
v43.216.1Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.216.1 for more changes
v43.216.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.216.0 for more changes
v43.214.6Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.214.6 for more changes
v43.214.5Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.214.5 for more changes
v43.214.4Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.214.4 for more changes
v43.214.3Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.214.3 for more changes
v43.214.2Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.214.2 for more changes
v43.214.1Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.214.1 for more changes
v43.214.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.214.0 for more changes
v43.213.3Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.213.3 for more changes
v43.213.2Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.213.2 for more changes
v43.213.1Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.213.1 for more changes
v43.213.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.213.0 for more changes
v43.212.4Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.212.4 for more changes
v43.212.2Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.212.2 for more changes
v43.212.1Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.212.1 for more changes
v43.212.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.212.0 for more changes
v43.211.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.211.0 for more changes
v43.210.2Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.210.2 for more changes
v43.210.1Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.210.1 for more changes
v43.209.5Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.209.5 for more changes
v43.209.4Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.209.4 for more changes
v43.209.3Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.209.3 for more changes
v43.209.2Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.209.2 for more changes
v43.209.1Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.209.1 for more changes
v43.209.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.209.0 for more changes
v43.208.2Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.208.2 for more changes
v43.208.1Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.208.1 for more changes
v43.208.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.208.0 for more changes
v43.207.4Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.207.4 for more changes
v43.207.3Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.207.3 for more changes
v43.207.2Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.207.2 for more changes
v43.207.1Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.207.1 for more changes
v43.205.2Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.205.2 for more changes
v43.205.1Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.205.1 for more changes
v43.205.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.205.0 for more changes
v43.204.1Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.204.1 for more changes
v43.204.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.204.0 for more changes
v43.203.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.203.0 for more changes
v43.202.1Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.202.1 for more changes
v43.202.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.202.0 for more changes
v43.201.3Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.201.3 for more changes
v43.201.2Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.201.2 for more changes
v43.201.1Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.201.1 for more changes
v43.200.1Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.200.1 for more changes
v43.150.0[Compare Source](https://redirect.github.com/renovatebot/pre-commit-hooks/compare/43
Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.