From e057434356423f3ab318ee5303452fc29f7211fa Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 8 Nov 2023 17:51:13 +0100 Subject: [PATCH] Update dependency ansible-core to v2.13.13 (#3) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ansible-core](https://ansible.com/) ([source](https://github.com/ansible/ansible)) | patch | `2.13.11` -> `2.13.13` | > :exclamation: **Important** > > Release Notes retrieval for this PR were skipped because no github.com credentials were available. > If you are self-hosted, please see [this instruction](https://github.com/renovatebot/renovate/blob/master/docs/usage/examples/self-hosting.md#githubcom-token-for-release-notes). --- ### 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](https://github.com/renovatebot/renovate). Reviewed-on: https://git.simoncor.net/siempie/ansible-deployment-container/pulls/3 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- Dockerfile.linux.amd64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.linux.amd64 b/Dockerfile.linux.amd64 index 2e84ab5..91babba 100644 --- a/Dockerfile.linux.amd64 +++ b/Dockerfile.linux.amd64 @@ -1,5 +1,5 @@ # renovate: datasource=pypi depName=ansible-core versioning=pep440 -ARG ANSIBLE_VERSION=2.13.11 +ARG ANSIBLE_VERSION=2.13.13 # renovate: datasource=pypi depName=ansible-lint versioning=pep440 ARG ANSIBLE_LINT_VERSION=6.22.0