chore(deps): update ansible/ansible-lint action to v26.6.0 #51

Merged
CSRBot merged 1 commits from renovate/ansible-ansible-lint-26.x into master 2026-07-02 20:06:34 +02:00
Collaborator

This PR contains the following updates:

Package Type Update Change
ansible/ansible-lint action minor v26.4.0v26.6.0

Release Notes

ansible/ansible-lint (ansible/ansible-lint)

v26.6.0

Compare Source

Features

Fixes

Maintenance


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ansible/ansible-lint](https://github.com/ansible/ansible-lint) | action | minor | `v26.4.0` → `v26.6.0` | --- ### Release Notes <details> <summary>ansible/ansible-lint (ansible/ansible-lint)</summary> ### [`v26.6.0`](https://github.com/ansible/ansible-lint/releases/tag/v26.6.0) [Compare Source](https://github.com/ansible/ansible-lint/compare/v26.4.0...v26.6.0) #### Features - fix: ensure configuration errors are visible to user ([#&#8203;5038](https://github.com/ansible/ansible-lint/issues/5038)) [@&#8203;Dotify71](https://github.com/Dotify71) #### Fixes - fix: bump cryptography minimum to >=46.0.6 and refresh lock file ([#&#8203;5089](https://github.com/ansible/ansible-lint/issues/5089)) [@&#8203;sudhirverma](https://github.com/sudhirverma) - fix: added setup-uv action version pinning to renovate config ([#&#8203;5021](https://github.com/ansible/ansible-lint/issues/5021)) [@&#8203;garethahealy](https://github.com/garethahealy) - fix: detect role roots in namespace subdirectories ([#&#8203;5079](https://github.com/ansible/ansible-lint/issues/5079)) ([#&#8203;5080](https://github.com/ansible/ansible-lint/issues/5080)) [@&#8203;santosh7676](https://github.com/santosh7676) - fix(docs): remove mkdocstrings plugin to unblock docs CI ([#&#8203;5084](https://github.com/ansible/ansible-lint/issues/5084)) [@&#8203;rockygeekz](https://github.com/rockygeekz) - fix: suppress ruff PLW0717 to unblock renovate ([#&#8203;5077](https://github.com/ansible/ansible-lint/issues/5077)) [@&#8203;rockygeekz](https://github.com/rockygeekz) - Fix risky-shell-pipe false positive on multi-line Jinja ([#&#8203;5058](https://github.com/ansible/ansible-lint/issues/5058)) [@&#8203;arpitjain099](https://github.com/arpitjain099) - Fix: fix mock\_modules generated stubs failing YAML/doc parsing [#&#8203;5031](https://github.com/ansible/ansible-lint/issues/5031) ([#&#8203;5032](https://github.com/ansible/ansible-lint/issues/5032)) [@&#8203;santosh7676](https://github.com/santosh7676) - fix: support example format indicator, prevent ansible-lint from producing load-failure on valid non-YAML examples ([#&#8203;5045](https://github.com/ansible/ansible-lint/issues/5045)) [@&#8203;felixfontein](https://github.com/felixfontein) - fix: avoid name\[casing] auto-fix crash on multi-segment prefixes ([#&#8203;5026](https://github.com/ansible/ansible-lint/issues/5026)) [@&#8203;bishalOps](https://github.com/bishalOps) - fix: preserve multi-hash comments on `ansible-lint --fix` ([#&#8203;5033](https://github.com/ansible/ansible-lint/issues/5033)) [@&#8203;bishalOps](https://github.com/bishalOps) - fix: preserve trailing blank lines when fqcn auto-fix renames a key ([#&#8203;5027](https://github.com/ansible/ansible-lint/issues/5027)) [@&#8203;bishalOps](https://github.com/bishalOps) - fix(security): update dependencies \[SECURITY] ([#&#8203;5061](https://github.com/ansible/ansible-lint/issues/5061)) @&#8203;[renovate\[bot\]](https://github.com/apps/renovate) - fix(ci): switch devel tests from py312 to py313 ([#&#8203;5062](https://github.com/ansible/ansible-lint/issues/5062)) [@&#8203;rockygeekz](https://github.com/rockygeekz) - fix: ignore skip lookup across rules ([#&#8203;5060](https://github.com/ansible/ansible-lint/issues/5060)) [@&#8203;mehrdadbn9](https://github.com/mehrdadbn9) - chore: Add support for Fedora 44 in the meta schema ([#&#8203;5029](https://github.com/ansible/ansible-lint/issues/5029)) [@&#8203;jsf9k](https://github.com/jsf9k) - fix: ensure configuration errors are visible to user ([#&#8203;5038](https://github.com/ansible/ansible-lint/issues/5038)) [@&#8203;Dotify71](https://github.com/Dotify71) - fix: role argument spec: fix typo in attribute schema ([#&#8203;5044](https://github.com/ansible/ansible-lint/issues/5044)) [@&#8203;felixfontein](https://github.com/felixfontein) - fix: handle ignore.txt comments with '#' in them correctly ([#&#8203;5028](https://github.com/ansible/ansible-lint/issues/5028)) [@&#8203;felixfontein](https://github.com/felixfontein) - fix: Evaluate the exit code after applying the skipped rules from .ansible-lint-ignore ([#&#8203;5001](https://github.com/ansible/ansible-lint/issues/5001)) [@&#8203;gmuloc](https://github.com/gmuloc) - fix: Update stale rulebook schema to match upstream ansible-rulebook ([#&#8203;5056](https://github.com/ansible/ansible-lint/issues/5056)) [@&#8203;Hrithik-Gavankar](https://github.com/Hrithik-Gavankar) - fix: update \_extends syntax for release-drafter v7 compatibility ([#&#8203;5043](https://github.com/ansible/ansible-lint/issues/5043)) [@&#8203;rockygeekz](https://github.com/rockygeekz) - fix(security): update dependencies \[SECURITY] - abandoned ([#&#8203;5014](https://github.com/ansible/ansible-lint/issues/5014)) @&#8203;[renovate\[bot\]](https://github.com/apps/renovate) - fix: update malformed block regex and bump pathspec upper bound ([#&#8203;5039](https://github.com/ansible/ansible-lint/issues/5039)) [@&#8203;rockygeekz](https://github.com/rockygeekz) #### Maintenance - chore: remove previously-synced agent skills ([#&#8203;5078](https://github.com/ansible/ansible-lint/issues/5078)) [@&#8203;ansibuddy](https://github.com/ansibuddy) - chore(deps): update all dependencies ([#&#8203;5074](https://github.com/ansible/ansible-lint/issues/5074)) @&#8203;[renovate\[bot\]](https://github.com/apps/renovate) - fix(security): update dependencies \[SECURITY] ([#&#8203;5061](https://github.com/ansible/ansible-lint/issues/5061)) @&#8203;[renovate\[bot\]](https://github.com/apps/renovate) - test: add security-check workflow (integration test) ([#&#8203;5064](https://github.com/ansible/ansible-lint/issues/5064)) [@&#8203;cidrblock](https://github.com/cidrblock) - chore: Add support for Fedora 44 in the meta schema ([#&#8203;5029](https://github.com/ansible/ansible-lint/issues/5029)) [@&#8203;jsf9k](https://github.com/jsf9k) - chore: clarify yaml reformatting under fix ([#&#8203;5057](https://github.com/ansible/ansible-lint/issues/5057)) [@&#8203;Himanshuagrawal4](https://github.com/Himanshuagrawal4) - chore(deps): update all dependencies pep621 ([#&#8203;5047](https://github.com/ansible/ansible-lint/issues/5047)) @&#8203;[renovate\[bot\]](https://github.com/apps/renovate) - chore(deps): update all dependencies ([#&#8203;5046](https://github.com/ansible/ansible-lint/issues/5046)) @&#8203;[renovate\[bot\]](https://github.com/apps/renovate) - chore(deps): update all dependencies pep621 ([#&#8203;5041](https://github.com/ansible/ansible-lint/issues/5041)) @&#8203;[renovate\[bot\]](https://github.com/apps/renovate) - chore(deps): update all dependencies ([#&#8203;5040](https://github.com/ansible/ansible-lint/issues/5040)) @&#8203;[renovate\[bot\]](https://github.com/apps/renovate) - chore(deps): update all dependencies ([#&#8203;5011](https://github.com/ansible/ansible-lint/issues/5011)) @&#8203;[renovate\[bot\]](https://github.com/apps/renovate) - fix(security): update dependencies \[SECURITY] - abandoned ([#&#8203;5014](https://github.com/ansible/ansible-lint/issues/5014)) @&#8203;[renovate\[bot\]](https://github.com/apps/renovate) - chore(deps): update all dependencies pep621 ([#&#8203;5012](https://github.com/ansible/ansible-lint/issues/5012)) @&#8203;[renovate\[bot\]](https://github.com/apps/renovate) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzYuMyIsInVwZGF0ZWRJblZlciI6IjQzLjEzNi4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2F1dG9tZXJnZSIsInJlbm92YXRlL2dpdGh1Yi1hY3Rpb24iXX0=-->
CSRBot added 1 commit 2026-07-02 20:00:44 +02:00
chore(deps): update ansible/ansible-lint action to v26.6.0
Ansible Linter / ansible-lint (pull_request) Successful in 5m16s
Lint Markdown files / markdown-lint (pull_request) Successful in 10s
Lint Markdown files / markdown-lint (push) Successful in 16s
Ansible Linter / ansible-lint (push) Successful in 7m21s
080e370205
CSRBot scheduled this pull request to auto merge when all checks succeed 2026-07-02 20:00:46 +02:00
CSRBot merged commit 1e72df951f into master 2026-07-02 20:06:34 +02:00
CSRBot deleted branch renovate/ansible-ansible-lint-26.x 2026-07-02 20:06:34 +02:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: volker.raschek/ansible-role-bind9#51