chore(deps): update astral-sh/ruff-action action to v3.6.1#1898
Merged
mschoettle merged 1 commit intomainfrom Feb 2, 2026
Merged
chore(deps): update astral-sh/ruff-action action to v3.6.1#1898mschoettle merged 1 commit intomainfrom
mschoettle merged 1 commit intomainfrom
Conversation
10b23eb to
b345f16
Compare
mschoettle
approved these changes
Feb 2, 2026
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:
v3.5.1→v3.6.1Release Notes
astral-sh/ruff-action (astral-sh/ruff-action)
v3.6.1: 🌈 fix automatic minor tag updatesCompare Source
Changes
This is just a bugfix release for the release process
🧰 Maintenance
v3.6.0: 🌈 search for pyproject.toml in parent dirsCompare Source
Changes
This release brings some bug fixes like
"ruff~=0.13 ; python_version >= '3.11'"to prevent them from breaking the version resolver. If you have a usecase for needing the environment markers to derive the correct ruff version this action should use please add your voice to #256In case no pyproject.toml is in the configured
srcthis action now also walks up the directory tree to search for it, just like the "normal" ruff does. This is limited to the current workspace to prevent this action from trying to access private data outside the GitHub Actions runner.EDIT: Oh I forgot to mention that the error matcher now properly detects invalid formatting and displays the correct line number etc in the GitHub UI.
🐛 Bug fixes
🚀 Enhancements
🧰 Maintenance
npm ci --ignore-scriptsin CI and scripts @woodruffw (#276)⬆️ Dependency updates
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
🔕 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.