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.7.0
->v0.7.3
v1.26.0
->v1.27.3
v1.12.0
->v1.13.0
v1.7.3
->v1.7.4
Note: The
pre-commit
manager in Renovate is not supported by thepre-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.7.3
Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.7.3
v0.7.2
Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.7.2
v0.7.1
Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.7.1
crate-ci/typos (crate-ci/typos)
v1.27.3
Compare Source
[1.27.3] - 2024-11-08
Fixes
alloced
registor
, a more domain specific variant ofregister
v1.27.2
Compare Source
[1.27.2] - 2024-11-06
Fixes
fand
v1.27.1
Compare Source
[1.27.1] - 2024-11-06
Fixes
alingment
asalignment
, rather thanalinement
v1.27.0
Compare Source
[1.27.0] - 2024-11-01
Features
v1.26.8
Compare Source
[1.26.8] - 2024-10-24
v1.26.7
Compare Source
v1.26.6
Compare Source
v1.26.5
Compare Source
v1.26.4
Compare Source
v1.26.3
Compare Source
[1.26.3] - 2024-10-24
Fixes
additionals
v1.26.2
Compare Source
[1.26.2] - 2024-10-24
Fixes
tesselate
variantsv1.26.1
Compare Source
[1.26.1] - 2024-10-23
Fixes
--force-exclude
for binary filespre-commit/mirrors-mypy (pre-commit/mirrors-mypy)
v1.13.0
Compare Source
v1.12.1
Compare Source
rhysd/actionlint (rhysd/actionlint)
v1.7.4
Compare Source
node16
runner. Thenode16
runner will reach the end of life on November 12.node20
runner.node20
soon, please consider to ignore the error by thepaths
configuration described below.actionlint.yml
(oractionlint.yaml
). Please see the document for more details. (#217, #342)paths
is a mapping from the file path glob pattern to the corresponding configuration. Theignore
configuration is a list of regular expressions to match error messages (similar to the-ignore
command line option).paths:
This pattern matches any YAML file under the '.github/workflows/' directory.
Ignore the specific error from shellcheck
This pattern only matches '.github/workflows/release.yaml' file.
Ignore errors from the old runner check. This may be useful for (outdated) self-hosted runner environment.
github.head_ref
, but it is safe because it's passed to thecontains()
argument.gcr.io
andgcr.dev
as the correct container registry hosts. (#463, thanks @takaidohigasi)docker://gcr.io/...
.macos-x.0
runner labels which are no longer available. (#452)SC2043
rule because it can cause false positives on checkingrun:
. (#355)needs
dependencies.format()
function was not applied when the function name contains upper case likeFormat()
. Note that function names in${{ }}
placeholders are case-insensitive.ref
andcommit
outputs ofactions/checkout
.actions/cache/save
andactions/cache/restore
to the popular actions data set.main
branch.Linter.LintStdin
method dedicated to linting STDIN instead of handling STDIN inCommand
.check-checks
script to maintain the 'Checks' document. It automatically updates the outputs and playground links for example inputs in the document. It also checks the document is up-to-date on CI. Please read the document for more details.Documentation
[Changes][v1.7.4]
Configuration
📅 Schedule: Branch creation - "before 5am on Saturday every 4 weeks of the year starting on the 2th week" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.