Skip to content

Commit

Permalink
Update dependency ansible-lint to v24.7.0 (#191)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [ansible-lint](https://github.com/ansible/ansible-lint)
([changelog](https://github.com/ansible/ansible-lint/releases)) |
`24.6.1` -> `24.7.0` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/ansible-lint/24.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/ansible-lint/24.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/ansible-lint/24.6.1/24.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/ansible-lint/24.6.1/24.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

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

###
[`v24.7.0`](https://github.com/ansible/ansible-lint/releases/tag/v24.7.0)

[Compare
Source](https://github.com/ansible/ansible-lint/compare/v24.6.1...v24.7.0)

#### Bugfixes

- Fix linting issues within command_instead_of\* rules (ruff:D102)
([#&#8203;4252](https://github.com/ansible/ansible-lint/issues/4252))
[@&#8203;alisonlhart](https://github.com/alisonlhart)

</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/marinatedconcrete/config).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 10, 2024
1 parent fab5385 commit 050e2a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ansible-lint:
FROM ./ansible/+ansible

# renovate: datasource=pypi depName=ansible-lint
ARG ANSIBLE_LINT_VERSION=24.6.1
ARG ANSIBLE_LINT_VERSION=24.7.0
RUN python3 -m pip install ansible-lint==$ANSIBLE_LINT_VERSION

COPY --dir ansible ansible
Expand Down

0 comments on commit 050e2a3

Please sign in to comment.