deps: update pre-commit hook ansible/ansible-lint to v6.22.1 (#407)

[![Mend Renovate logo
banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [ansible/ansible-lint](https://togithub.com/ansible/ansible-lint) |
repository | patch | `v6.22.0` -> `v6.22.1` |

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](https://togithub.com/renovatebot/renovate/discussions/new)
if you have any questions.

---

### Release Notes

<details>
<summary>ansible/ansible-lint (ansible/ansible-lint)</summary>

###
[`v6.22.1`](https://togithub.com/ansible/ansible-lint/releases/tag/v6.22.1)

[Compare
Source](https://togithub.com/ansible/ansible-lint/compare/v6.22.0...v6.22.1)

#### Bugfixes

- Look for ansible binary in the same path as we are
([#&#8203;3903](https://togithub.com/ansible/ansible-lint/issues/3903))
[@&#8203;FliegenKLATSCH](https://togithub.com/FliegenKLATSCH)
- Avoid stacktrace with broken ansible.cfg files
([#&#8203;3916](https://togithub.com/ansible/ansible-lint/issues/3916))
[@&#8203;ssbarnea](https://togithub.com/ssbarnea)
- Avoid jinja\[invalid] with ansible.builtin.mandatory filter
([#&#8203;3917](https://togithub.com/ansible/ansible-lint/issues/3917))
[@&#8203;ssbarnea](https://togithub.com/ssbarnea)
- Remove support for deprecated include
([#&#8203;3722](https://togithub.com/ansible/ansible-lint/issues/3722))
[@&#8203;ssbarnea](https://togithub.com/ssbarnea)
- Fix use of versioned github action
([#&#8203;3762](https://togithub.com/ansible/ansible-lint/issues/3762))
[@&#8203;karl-johan-grahn](https://togithub.com/karl-johan-grahn)
- Fix few URLs in README.md
([#&#8203;3915](https://togithub.com/ansible/ansible-lint/issues/3915))
[@&#8203;ssbarnea](https://togithub.com/ssbarnea)
- Correct some usage examples for `package_latest`
([#&#8203;3914](https://togithub.com/ansible/ansible-lint/issues/3914))
[@&#8203;pablomh](https://togithub.com/pablomh)
- Add option to allow running with missing plugins and collection
dependencies
([#&#8203;3913](https://togithub.com/ansible/ansible-lint/issues/3913))
[@&#8203;ssbarnea](https://togithub.com/ssbarnea)
- Avoid warnings from loading of deprecated modules
([#&#8203;3715](https://togithub.com/ansible/ansible-lint/issues/3715))
[@&#8203;ssbarnea](https://togithub.com/ssbarnea)
- Log ignored exception details to debug log
([#&#8203;3900](https://togithub.com/ansible/ansible-lint/issues/3900))
[@&#8203;bluecmd](https://togithub.com/bluecmd)
- GitHub Action: properly respect the `working_directory` argument
([#&#8203;3905](https://togithub.com/ansible/ansible-lint/issues/3905))
[@&#8203;ptoscano](https://togithub.com/ptoscano)
- Allow to set `max_fail_percentage` as templated integer
([#&#8203;3901](https://togithub.com/ansible/ansible-lint/issues/3901))
[@&#8203;rebtoor](https://togithub.com/rebtoor)
- Fix setuptools-scm versioning
([#&#8203;3887](https://togithub.com/ansible/ansible-lint/issues/3887))
[@&#8203;ssbarnea](https://togithub.com/ssbarnea)
- Add Fedora 39 to `meta.json`
([#&#8203;3893](https://togithub.com/ansible/ansible-lint/issues/3893))
[@&#8203;jsf9k](https://togithub.com/jsf9k)
- Use python 3.10 as primary version target
([#&#8203;3886](https://togithub.com/ansible/ansible-lint/issues/3886))
[@&#8203;ssbarnea](https://togithub.com/ssbarnea)

</details>

---

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

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/ansible-collections/hetzner.hcloud).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-11-29 15:59:55 +01:00 committed by GitHub
parent 359539fdd6
commit 8c35ca7fab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,7 +50,7 @@ repos:
- id: antsibull-changelog-lint-changelog-yaml
- repo: https://github.com/ansible/ansible-lint
rev: v6.22.0
rev: v6.22.1
hooks:
- id: ansible-lint
name: ansible-lint