mirror of
https://github.com/ansible-collections/hetzner.hcloud
synced 2024-11-10 06:34:13 +00:00
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 ([#​3903](https://togithub.com/ansible/ansible-lint/issues/3903)) [@​FliegenKLATSCH](https://togithub.com/FliegenKLATSCH) - Avoid stacktrace with broken ansible.cfg files ([#​3916](https://togithub.com/ansible/ansible-lint/issues/3916)) [@​ssbarnea](https://togithub.com/ssbarnea) - Avoid jinja\[invalid] with ansible.builtin.mandatory filter ([#​3917](https://togithub.com/ansible/ansible-lint/issues/3917)) [@​ssbarnea](https://togithub.com/ssbarnea) - Remove support for deprecated include ([#​3722](https://togithub.com/ansible/ansible-lint/issues/3722)) [@​ssbarnea](https://togithub.com/ssbarnea) - Fix use of versioned github action ([#​3762](https://togithub.com/ansible/ansible-lint/issues/3762)) [@​karl-johan-grahn](https://togithub.com/karl-johan-grahn) - Fix few URLs in README.md ([#​3915](https://togithub.com/ansible/ansible-lint/issues/3915)) [@​ssbarnea](https://togithub.com/ssbarnea) - Correct some usage examples for `package_latest` ([#​3914](https://togithub.com/ansible/ansible-lint/issues/3914)) [@​pablomh](https://togithub.com/pablomh) - Add option to allow running with missing plugins and collection dependencies ([#​3913](https://togithub.com/ansible/ansible-lint/issues/3913)) [@​ssbarnea](https://togithub.com/ssbarnea) - Avoid warnings from loading of deprecated modules ([#​3715](https://togithub.com/ansible/ansible-lint/issues/3715)) [@​ssbarnea](https://togithub.com/ssbarnea) - Log ignored exception details to debug log ([#​3900](https://togithub.com/ansible/ansible-lint/issues/3900)) [@​bluecmd](https://togithub.com/bluecmd) - GitHub Action: properly respect the `working_directory` argument ([#​3905](https://togithub.com/ansible/ansible-lint/issues/3905)) [@​ptoscano](https://togithub.com/ptoscano) - Allow to set `max_fail_percentage` as templated integer ([#​3901](https://togithub.com/ansible/ansible-lint/issues/3901)) [@​rebtoor](https://togithub.com/rebtoor) - Fix setuptools-scm versioning ([#​3887](https://togithub.com/ansible/ansible-lint/issues/3887)) [@​ssbarnea](https://togithub.com/ssbarnea) - Add Fedora 39 to `meta.json` ([#​3893](https://togithub.com/ansible/ansible-lint/issues/3893)) [@​jsf9k](https://togithub.com/jsf9k) - Use python 3.10 as primary version target ([#​3886](https://togithub.com/ansible/ansible-lint/issues/3886)) [@​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:
parent
359539fdd6
commit
8c35ca7fab
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue