Update dependency ansible-lint to v25.8.2 #222

Open
renovate wants to merge 1 commit from renovate/ansible-lint-25.x into master
Collaborator

This PR contains the following updates:

Package Change Age Confidence
ansible-lint (changelog) ==25.1.1 -> ==25.8.2 age confidence

Release Notes

ansible/ansible-lint (ansible-lint)

v25.8.2

Compare Source

Bugfixes

v25.8.1

Compare Source

Bugfixes

  • Fix first-run collection discovery by enabling plugin loader after prepare_environment (#​4722) @​cidrblock

Maintenance

v25.8.0

Compare Source

Bugfixes

v25.7.0

Compare Source

Enhancements

Bugfixes

Maintenance

v25.6.1

Compare Source

Bugfixes

v25.6.0

Compare Source

Enhancements

Bugfixes

Maintenance

v25.5.0

Compare Source

Bugfixes

Maintenance

v25.4.0

Compare Source

Bugfixes

v25.2.1

Compare Source

Bugfixes

v25.2.0

Compare Source

Enhancements

Bugfixes

v25.1.3

Compare Source

Bugfixes

v25.1.2

Compare Source

Bugfixes


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.


  • 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 | Change | Age | Confidence | |---|---|---|---| | [ansible-lint](https://github.com/ansible/ansible-lint) ([changelog](https://github.com/ansible/ansible-lint/releases)) | `==25.1.1` -> `==25.8.2` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/ansible-lint/25.8.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/ansible-lint/25.1.1/25.8.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>ansible/ansible-lint (ansible-lint)</summary> ### [`v25.8.2`](https://github.com/ansible/ansible-lint/releases/tag/v25.8.2) [Compare Source](https://github.com/ansible/ansible-lint/compare/v25.8.1...v25.8.2) #### Bugfixes - Make rule deprecated-local-action preserve module parameters ([#&#8203;4733](https://github.com/ansible/ansible-lint/issues/4733)) [@&#8203;koalajoe23](https://github.com/koalajoe23) - Fix Jinja template rendering error when concatenating \_AnsibleTaggedStr with list ([#&#8203;4737](https://github.com/ansible/ansible-lint/issues/4737)) [@&#8203;anusshukla](https://github.com/anusshukla) - Update supported Ubuntu platforms ([#&#8203;4727](https://github.com/ansible/ansible-lint/issues/4727)) [@&#8203;mcdonnnj](https://github.com/mcdonnnj) - Update deps ([#&#8203;4734](https://github.com/ansible/ansible-lint/issues/4734)) [@&#8203;cidrblock](https://github.com/cidrblock) ### [`v25.8.1`](https://github.com/ansible/ansible-lint/releases/tag/v25.8.1) [Compare Source](https://github.com/ansible/ansible-lint/compare/v25.8.0...v25.8.1) #### Bugfixes - Fix first-run collection discovery by enabling plugin loader after prepare\_environment ([#&#8203;4722](https://github.com/ansible/ansible-lint/issues/4722)) [@&#8203;cidrblock](https://github.com/cidrblock) #### Maintenance - Fix mypy and pyright type checking errors ([#&#8203;4724](https://github.com/ansible/ansible-lint/issues/4724)) [@&#8203;cidrblock](https://github.com/cidrblock) ### [`v25.8.0`](https://github.com/ansible/ansible-lint/releases/tag/v25.8.0) [Compare Source](https://github.com/ansible/ansible-lint/compare/v25.7.0...v25.8.0) #### Bugfixes - Lint failure in ansible.utils: src must be an absolute path fix ([#&#8203;4712](https://github.com/ansible/ansible-lint/issues/4712)) [@&#8203;anusshukla](https://github.com/anusshukla) ### [`v25.7.0`](https://github.com/ansible/ansible-lint/releases/tag/v25.7.0) [Compare Source](https://github.com/ansible/ansible-lint/compare/v25.6.1...v25.7.0) #### Enhancements - Use 'x-ansible-lint' key for path patterns in schema tests ([#&#8203;4690](https://github.com/ansible/ansible-lint/issues/4690)) [@&#8203;alisonlhart](https://github.com/alisonlhart) - Address disable\_lookups deprecation with ansible-core 2.19 ([#&#8203;4683](https://github.com/ansible/ansible-lint/issues/4683)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - Add auto-fixing implementation for pattern rule ([#&#8203;4679](https://github.com/ansible/ansible-lint/issues/4679)) [@&#8203;shatakshiiii](https://github.com/shatakshiiii) - Remove patterns specific playbook meta folder ([#&#8203;4669](https://github.com/ansible/ansible-lint/issues/4669)) [@&#8203;alisonlhart](https://github.com/alisonlhart) - Allow loading of yamllint config from a different location ([#&#8203;4644](https://github.com/ansible/ansible-lint/issues/4644)) [@&#8203;dbrennand](https://github.com/dbrennand) - Add new rule to validate pattern directory structure ([#&#8203;4662](https://github.com/ansible/ansible-lint/issues/4662)) [@&#8203;shatakshiiii](https://github.com/shatakshiiii) - Add play argspec schema validation to schema rule ([#&#8203;4667](https://github.com/ansible/ansible-lint/issues/4667)) [@&#8203;alisonlhart](https://github.com/alisonlhart) - Add schema check for validating pattern specification file ([#&#8203;4653](https://github.com/ansible/ansible-lint/issues/4653)) [@&#8203;shatakshiiii](https://github.com/shatakshiiii) - Enable testing with python 3.14 ([#&#8203;4637](https://github.com/ansible/ansible-lint/issues/4637)) [@&#8203;ssbarnea](https://github.com/ssbarnea) #### Bugfixes - Check for gh\_action\_ref explicitly and document GHA inputs ([#&#8203;4701](https://github.com/ansible/ansible-lint/issues/4701)) [@&#8203;alisonlhart](https://github.com/alisonlhart) - jinja spacing warning line-endings ([#&#8203;4691](https://github.com/ansible/ansible-lint/issues/4691)) [@&#8203;anusshukla](https://github.com/anusshukla) - Handle lookup templating checks with ASTs ([#&#8203;4698](https://github.com/ansible/ansible-lint/issues/4698)) [@&#8203;alisonlhart](https://github.com/alisonlhart) - Fix var-naming\[no-role-prefix] rule incorrectly applying to role variables ([#&#8203;4677](https://github.com/ansible/ansible-lint/issues/4677)) [@&#8203;vills](https://github.com/vills) - schema: add missing subset 'systemd' to gather\_subset ([#&#8203;4664](https://github.com/ansible/ansible-lint/issues/4664)) [@&#8203;eliba](https://github.com/eliba) - Fix typos in --list-tags help text ([#&#8203;4661](https://github.com/ansible/ansible-lint/issues/4661)) [@&#8203;correctmost](https://github.com/correctmost) - Avoid import errors from filters when running in nodeps mode ([#&#8203;4651](https://github.com/ansible/ansible-lint/issues/4651)) [@&#8203;ssbarnea](https://github.com/ssbarnea) #### Maintenance - packit: reformat, remove deprecated syntax and try merge queue ([#&#8203;4639](https://github.com/ansible/ansible-lint/issues/4639)) [@&#8203;mfocko](https://github.com/mfocko) - Remove patch report from codecov ([#&#8203;4671](https://github.com/ansible/ansible-lint/issues/4671)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - Improve cspell configuration ([#&#8203;4668](https://github.com/ansible/ansible-lint/issues/4668)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - Update test deps ([#&#8203;4658](https://github.com/ansible/ansible-lint/issues/4658)) [@&#8203;ssbarnea](https://github.com/ssbarnea) ### [`v25.6.1`](https://github.com/ansible/ansible-lint/releases/tag/v25.6.1) [Compare Source](https://github.com/ansible/ansible-lint/compare/v25.6.0...v25.6.1) #### Bugfixes - Revert 'Don't pass deprecated disable\_lookups to template function' ([#&#8203;4650](https://github.com/ansible/ansible-lint/issues/4650)) [@&#8203;alisonlhart](https://github.com/alisonlhart) ### [`v25.6.0`](https://github.com/ansible/ansible-lint/releases/tag/v25.6.0) [Compare Source](https://github.com/ansible/ansible-lint/compare/v25.5.0...v25.6.0) #### Enhancements - Add skip option to ansible-lint-ignore file ([#&#8203;4614](https://github.com/ansible/ansible-lint/issues/4614)) [@&#8203;ianw](https://github.com/ianw) - Adding rule to require unique task names ([#&#8203;4628](https://github.com/ansible/ansible-lint/issues/4628)) [@&#8203;djdanielsson](https://github.com/djdanielsson) #### Bugfixes - Update format of license in packaging metadata ([#&#8203;4641](https://github.com/ansible/ansible-lint/issues/4641)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - Add noqa skips in otherwise empty lines to the next non-empty line ([#&#8203;4567](https://github.com/ansible/ansible-lint/issues/4567)) [@&#8203;StopMotionCuber](https://github.com/StopMotionCuber) - Address too many values to unpack when there's subdirectories for roles ([#&#8203;4566](https://github.com/ansible/ansible-lint/issues/4566)) [@&#8203;tombosmansibm](https://github.com/tombosmansibm) - Don't pass deprecated disable\_lookups to template function ([#&#8203;4593](https://github.com/ansible/ansible-lint/issues/4593)) [@&#8203;leegarrett](https://github.com/leegarrett) - Allow running with read-only virtualenvs ([#&#8203;4529](https://github.com/ansible/ansible-lint/issues/4529)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - Make utils.is\_playbook support fqcn import\_playbook ([#&#8203;4580](https://github.com/ansible/ansible-lint/issues/4580)) [@&#8203;OscarBell](https://github.com/OscarBell) - Fix inline-env-var false positive when expand\_argument\_vars is used ([#&#8203;4587](https://github.com/ansible/ansible-lint/issues/4587)) [@&#8203;rob4226](https://github.com/rob4226) - Package Latest: Ignore Blocks When Download Only ([#&#8203;4575](https://github.com/ansible/ansible-lint/issues/4575)) [@&#8203;amayer5125](https://github.com/amayer5125) - Improve diagnostic message when failing to load yaml files ([#&#8203;4627](https://github.com/ansible/ansible-lint/issues/4627)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - Add vSphere/vCenter 8.0 to schema ([#&#8203;4619](https://github.com/ansible/ansible-lint/issues/4619)) [@&#8203;mreams13](https://github.com/mreams13) - Add workaround to check for mutually exclusive args ([#&#8203;4624](https://github.com/ansible/ansible-lint/issues/4624)) [@&#8203;shoeffner](https://github.com/shoeffner) - Adding support for OpenWrt 24.10 ([#&#8203;4617](https://github.com/ansible/ansible-lint/issues/4617)) [@&#8203;sscheib](https://github.com/sscheib) #### Maintenance - Update linters ([#&#8203;4640](https://github.com/ansible/ansible-lint/issues/4640)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - Remove use of PYTEST\_REQPASS ([#&#8203;4636](https://github.com/ansible/ansible-lint/issues/4636)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - gha: avoid build warning on jobs not producing coverage ([#&#8203;4635](https://github.com/ansible/ansible-lint/issues/4635)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - Bump the dependencies group in /.config with 5 updates ([#&#8203;4634](https://github.com/ansible/ansible-lint/issues/4634)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot) - docs(no-log-password): point out the opt-in nature of the rule ([#&#8203;4590](https://github.com/ansible/ansible-lint/issues/4590)) [@&#8203;Silejonu](https://github.com/Silejonu) - Enable ack workflow to trigger on merge\_groups ([#&#8203;4633](https://github.com/ansible/ansible-lint/issues/4633)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - Test alternative configuration for merge\_group ([#&#8203;4630](https://github.com/ansible/ansible-lint/issues/4630)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - Measure coverage using branch instead of lines ([#&#8203;4629](https://github.com/ansible/ansible-lint/issues/4629)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - chore: pre-commit autoupdate ([#&#8203;4621](https://github.com/ansible/ansible-lint/issues/4621)) @&#8203;[pre-commit-ci\[bot\]](https://github.com/apps/pre-commit-ci) - Bump the dependencies group in /.config with 3 updates ([#&#8203;4626](https://github.com/ansible/ansible-lint/issues/4626)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot) - Adopt coactions/upload-artifact ([#&#8203;4622](https://github.com/ansible/ansible-lint/issues/4622)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - Bump ruamel to 0.18.11 ([#&#8203;4618](https://github.com/ansible/ansible-lint/issues/4618)) [@&#8203;ianw](https://github.com/ianw) ### [`v25.5.0`](https://github.com/ansible/ansible-lint/releases/tag/v25.5.0) [Compare Source](https://github.com/ansible/ansible-lint/compare/v25.4.0...v25.5.0) #### Bugfixes - schema/meta: support SLES 15SP6 ([#&#8203;4591](https://github.com/ansible/ansible-lint/issues/4591)) [@&#8203;Finkregh](https://github.com/Finkregh) - Update documentation to reflect creator-ee deprecation ([#&#8203;4598](https://github.com/ansible/ansible-lint/issues/4598)) [@&#8203;shatakshiiii](https://github.com/shatakshiiii) #### Maintenance - replace unmaintained creator-ee with community-ansible-dev-tools ([#&#8203;4581](https://github.com/ansible/ansible-lint/issues/4581)) [@&#8203;docgalaxyblock](https://github.com/docgalaxyblock) - Bump codecov/codecov-action from 5.4.2 to 5.4.3 ([#&#8203;4609](https://github.com/ansible/ansible-lint/issues/4609)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot) - Bump the dependencies group in /.config with 7 updates ([#&#8203;4613](https://github.com/ansible/ansible-lint/issues/4613)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot) - Bump the dependencies group in /.config with 9 updates ([#&#8203;4610](https://github.com/ansible/ansible-lint/issues/4610)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot) - Make test\_broken\_ansible\_cfg test pass with ansible devel branch ([#&#8203;4605](https://github.com/ansible/ansible-lint/issues/4605)) [@&#8203;shatakshiiii](https://github.com/shatakshiiii) - Update dependencies ([#&#8203;4607](https://github.com/ansible/ansible-lint/issues/4607)) [@&#8203;shatakshiiii](https://github.com/shatakshiiii) - Add merge\_group handler for tox workflow ([#&#8203;4601](https://github.com/ansible/ansible-lint/issues/4601)) [@&#8203;Qalthos](https://github.com/Qalthos) - Enable junit.xml reporting to codecov.io ([#&#8203;4597](https://github.com/ansible/ansible-lint/issues/4597)) [@&#8203;Qalthos](https://github.com/Qalthos) - chore: pre-commit autoupdate ([#&#8203;4600](https://github.com/ansible/ansible-lint/issues/4600)) @&#8203;[pre-commit-ci\[bot\]](https://github.com/apps/pre-commit-ci) - Bump the dependencies group in /.config with 6 updates ([#&#8203;4599](https://github.com/ansible/ansible-lint/issues/4599)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot) - Bump codecov/codecov-action from 5.4.0 to 5.4.2 ([#&#8203;4584](https://github.com/ansible/ansible-lint/issues/4584)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot) ### [`v25.4.0`](https://github.com/ansible/ansible-lint/releases/tag/v25.4.0) [Compare Source](https://github.com/ansible/ansible-lint/compare/v25.2.1...v25.4.0) #### Bugfixes - Fix type issue affecting builds ([#&#8203;4595](https://github.com/ansible/ansible-lint/issues/4595)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - chore(schema): Add Fedora:42 to schema ([#&#8203;4583](https://github.com/ansible/ansible-lint/issues/4583)) [@&#8203;andrewrothstein](https://github.com/andrewrothstein) - Package Latest: Use DNF for Examples ([#&#8203;4576](https://github.com/ansible/ansible-lint/issues/4576)) [@&#8203;amayer5125](https://github.com/amayer5125) - chore(schema): add missing ubuntu codenames ([#&#8203;4572](https://github.com/ansible/ansible-lint/issues/4572)) [@&#8203;uberjew666](https://github.com/uberjew666) ### [`v25.2.1`](https://github.com/ansible/ansible-lint/releases/tag/v25.2.1) [Compare Source](https://github.com/ansible/ansible-lint/compare/v25.2.0...v25.2.1) #### Bugfixes - Finish support for data tagging from ansible 2.19 ([#&#8203;4571](https://github.com/ansible/ansible-lint/issues/4571)) [@&#8203;ssbarnea](https://github.com/ssbarnea) ### [`v25.2.0`](https://github.com/ansible/ansible-lint/releases/tag/v25.2.0) [Compare Source](https://github.com/ansible/ansible-lint/compare/v25.1.3...v25.2.0) #### Enhancements - Refactor line number identification ([#&#8203;4564](https://github.com/ansible/ansible-lint/issues/4564)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - Require ansible-core 2.16.11 ([#&#8203;4569](https://github.com/ansible/ansible-lint/issues/4569)) [@&#8203;ssbarnea](https://github.com/ssbarnea) #### Bugfixes - Improve testing and code coverage ([#&#8203;4561](https://github.com/ansible/ansible-lint/issues/4561)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - Refactor types for future ansible-core compatibility ([#&#8203;4557](https://github.com/ansible/ansible-lint/issues/4557)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - Isolate ansible internal types to submodule ([#&#8203;4556](https://github.com/ansible/ansible-lint/issues/4556)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - Add line method to Task class ([#&#8203;4554](https://github.com/ansible/ansible-lint/issues/4554)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - Move task\_to\_str to Task class ([#&#8203;4553](https://github.com/ansible/ansible-lint/issues/4553)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - Add 2025 to WindowsPlatformModel ([#&#8203;4531](https://github.com/ansible/ansible-lint/issues/4531)) [@&#8203;rsdoherty](https://github.com/rsdoherty) ### [`v25.1.3`](https://github.com/ansible/ansible-lint/releases/tag/v25.1.3) [Compare Source](https://github.com/ansible/ansible-lint/compare/v25.1.2...v25.1.3) #### Bugfixes - Allow use with readonly virtualenvs ([#&#8203;4526](https://github.com/ansible/ansible-lint/issues/4526)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - Add git clean to allowed executable options ([#&#8203;4519](https://github.com/ansible/ansible-lint/issues/4519)) [@&#8203;s-hertel](https://github.com/s-hertel) - Fix failing `ansible-lint` CI job ([#&#8203;4520](https://github.com/ansible/ansible-lint/issues/4520)) [@&#8203;aphedges](https://github.com/aphedges) - Add .ansible to the implicit ignore list ([#&#8203;4518](https://github.com/ansible/ansible-lint/issues/4518)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - Avoid unnecessary warning when meta/runtime.yml is null ([#&#8203;4514](https://github.com/ansible/ansible-lint/issues/4514)) [@&#8203;ssbarnea](https://github.com/ssbarnea) ### [`v25.1.2`](https://github.com/ansible/ansible-lint/releases/tag/v25.1.2) [Compare Source](https://github.com/ansible/ansible-lint/compare/v25.1.1...v25.1.2) #### Bugfixes - Require ansible-compat>=25.1.2 ([#&#8203;4512](https://github.com/ansible/ansible-lint/issues/4512)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - Improve output with broken multiline playbooks ([#&#8203;4506](https://github.com/ansible/ansible-lint/issues/4506)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - Avoid broken referencing dependency ([#&#8203;4505](https://github.com/ansible/ansible-lint/issues/4505)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - Clarify partial-become rule description ([#&#8203;4500](https://github.com/ansible/ansible-lint/issues/4500)) [@&#8203;alisonlhart](https://github.com/alisonlhart) - Allow linter to capture and display initialization warnings ([#&#8203;4504](https://github.com/ansible/ansible-lint/issues/4504)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - Update ansible-compat to `v25.1.1` ([#&#8203;4499](https://github.com/ansible/ansible-lint/issues/4499)) [@&#8203;audgirka](https://github.com/audgirka) </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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjQxLjgxLjYiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOltdfQ==-->
renovate force-pushed renovate/ansible-lint-25.x from d462d06a1a to 9371ebfe5f 2025-02-18 16:00:53 +00:00 Compare
renovate changed title from Update dependency ansible-lint to v25.1.2 to Update dependency ansible-lint to v25.1.3 2025-02-18 16:00:53 +00:00
renovate force-pushed renovate/ansible-lint-25.x from 9371ebfe5f to 1a8d585a92 2025-04-02 16:00:58 +01:00 Compare
renovate changed title from Update dependency ansible-lint to v25.1.3 to Update dependency ansible-lint to v25.2.0 2025-04-02 16:00:59 +01:00
renovate changed title from Update dependency ansible-lint to v25.2.0 to Update dependency ansible-lint to v25.2.1 2025-04-03 14:00:52 +01:00
renovate force-pushed renovate/ansible-lint-25.x from 1a8d585a92 to a1d1a26339 2025-04-03 14:00:52 +01:00 Compare
renovate force-pushed renovate/ansible-lint-25.x from a1d1a26339 to 30f9a2e0d6 2025-04-28 14:00:55 +01:00 Compare
renovate changed title from Update dependency ansible-lint to v25.2.1 to Update dependency ansible-lint to v25.4.0 2025-04-28 14:00:56 +01:00
renovate force-pushed renovate/ansible-lint-25.x from 30f9a2e0d6 to 301789f42e 2025-05-26 08:00:32 +01:00 Compare
renovate changed title from Update dependency ansible-lint to v25.4.0 to Update dependency ansible-lint to v25.5.0 2025-05-26 08:00:32 +01:00
renovate changed title from Update dependency ansible-lint to v25.5.0 to Update dependency ansible-lint to v25.6.0 2025-06-17 20:00:27 +01:00
renovate force-pushed renovate/ansible-lint-25.x from 301789f42e to 8a38724644 2025-06-17 20:00:29 +01:00 Compare
renovate changed title from Update dependency ansible-lint to v25.6.0 to Update dependency ansible-lint to v25.6.1 2025-06-19 10:00:27 +01:00
renovate force-pushed renovate/ansible-lint-25.x from 8a38724644 to 35456e1f49 2025-06-19 10:00:27 +01:00 Compare
renovate changed title from Update dependency ansible-lint to v25.6.1 to Update dependency ansible-lint to v25.7.0 2025-07-29 22:00:27 +01:00
renovate force-pushed renovate/ansible-lint-25.x from 35456e1f49 to fefc01f9c7 2025-07-29 22:00:27 +01:00 Compare
renovate force-pushed renovate/ansible-lint-25.x from fefc01f9c7 to b9f8b47814 2025-08-12 14:00:34 +01:00 Compare
renovate force-pushed renovate/ansible-lint-25.x from b9f8b47814 to 2623fe33f8 2025-08-13 16:00:42 +01:00 Compare
renovate changed title from Update dependency ansible-lint to v25.7.0 to Update dependency ansible-lint to v25.8.0 2025-08-13 16:00:43 +01:00
renovate changed title from Update dependency ansible-lint to v25.8.0 to Update dependency ansible-lint to v25.8.1 2025-08-14 08:00:46 +01:00
renovate force-pushed renovate/ansible-lint-25.x from 2623fe33f8 to 7f8868cd96 2025-08-14 08:00:46 +01:00 Compare
renovate changed title from Update dependency ansible-lint to v25.8.1 to Update dependency ansible-lint to v25.8.2 2025-08-21 16:00:32 +01:00
renovate force-pushed renovate/ansible-lint-25.x from 7f8868cd96 to a601a9bf6e 2025-08-21 16:00:33 +01:00 Compare
All checks were successful
/ terraform (push) Successful in 46s
/ ansible (push) Successful in 2m27s
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/ansible-lint-25.x:renovate/ansible-lint-25.x
git switch renovate/ansible-lint-25.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff renovate/ansible-lint-25.x
git switch renovate/ansible-lint-25.x
git rebase master
git switch master
git merge --ff-only renovate/ansible-lint-25.x
git switch renovate/ansible-lint-25.x
git rebase master
git switch master
git merge --no-ff renovate/ansible-lint-25.x
git switch master
git merge --squash renovate/ansible-lint-25.x
git switch master
git merge --ff-only renovate/ansible-lint-25.x
git switch master
git merge renovate/ansible-lint-25.x
git push origin master
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: systems/infrastructure#222
No description provided.