Skip to content

Commit a42bb77

Browse files
chore(deps): update pre-commit hook ansible-community/ansible-lint to v25.11.0 (#13)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ansible-community/ansible-lint](https://redirect.github.com/ansible-community/ansible-lint) | repository | minor | `v25.9.2` -> `v25.11.0` | 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://redirect.github.com/renovatebot/renovate/discussions/new) if you have any questions. --- ### Release Notes <details> <summary>ansible-community/ansible-lint (ansible-community/ansible-lint)</summary> ### [`v25.11.0`](https://redirect.github.com/ansible/ansible-lint/releases/tag/v25.11.0) [Compare Source](https://redirect.github.com/ansible-community/ansible-lint/compare/v25.9.2...v25.11.0) #### Fixes - fix: require ansible-core>=2.17.10 ([#&#8203;4835](https://redirect.github.com/ansible-community/ansible-lint/issues/4835)) [@&#8203;ssbarnea](https://redirect.github.com/ssbarnea) - fix: ignore internal types false positives with jinja\[invalid] ([#&#8203;4823](https://redirect.github.com/ansible-community/ansible-lint/issues/4823)) [@&#8203;anusshukla](https://redirect.github.com/anusshukla) - fix: make repository key optional in galaxy.yml ([#&#8203;4798](https://redirect.github.com/ansible-community/ansible-lint/issues/4798)) [@&#8203;rivv0](https://redirect.github.com/rivv0) - fix: github action ref doesn't checkout that ref ([#&#8203;4774](https://redirect.github.com/ansible-community/ansible-lint/issues/4774)) [@&#8203;rohun-apex](https://redirect.github.com/rohun-apex) - fix: add set-environment and unset-environment in executable\_options for systemctl ([#&#8203;4785](https://redirect.github.com/ansible-community/ansible-lint/issues/4785)) [@&#8203;ziegenberg](https://redirect.github.com/ziegenberg) - Fix typos ([#&#8203;4814](https://redirect.github.com/ansible-community/ansible-lint/issues/4814)) [@&#8203;jsf9k](https://redirect.github.com/jsf9k) #### Maintenance - chore: pre-commit autoupdate ([#&#8203;4834](https://redirect.github.com/ansible-community/ansible-lint/issues/4834)) @&#8203;[pre-commit-ci\[bot\]](https://redirect.github.com/apps/pre-commit-ci) - chore: Test cspell configuration ([#&#8203;4828](https://redirect.github.com/ansible-community/ansible-lint/issues/4828)) [@&#8203;alisonlhart](https://redirect.github.com/alisonlhart) - chore(deps): update all dependencies ([#&#8203;4817](https://redirect.github.com/ansible-community/ansible-lint/issues/4817)) @&#8203;[renovate\[bot\]](https://redirect.github.com/apps/renovate) - Add finalize workflow for secure sonarcloud checks ([#&#8203;4820](https://redirect.github.com/ansible-community/ansible-lint/issues/4820)) [@&#8203;alisonlhart](https://redirect.github.com/alisonlhart) - Update sonar-project.properties ([#&#8203;4815](https://redirect.github.com/ansible-community/ansible-lint/issues/4815)) [@&#8203;alisonlhart](https://redirect.github.com/alisonlhart) </details> --- ### Configuration 📅 **Schedule**: 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/juju4/ansible-bind). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1dc26ba commit a42bb77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313
- id: double-quote-string-fixer
1414
- id: requirements-txt-fixer
1515
- repo: https://github.com/ansible-community/ansible-lint.git
16-
rev: v25.9.2
16+
rev: v25.11.0
1717
hooks:
1818
- id: ansible-lint
1919
files: \.(yaml|yml)$

0 commit comments

Comments
 (0)