diff --git a/.drone.yaml b/.drone.yaml index 13414e9..d6503b1 100644 --- a/.drone.yaml +++ b/.drone.yaml @@ -36,4 +36,4 @@ steps: # tags tags: - 'latest' - - 'v28' + - 'v29' diff --git a/Dockerfile.linux.amd64 b/Dockerfile.linux.amd64 index 67aab1b..8075f18 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.13 +ARG ANSIBLE_VERSION=2.14.15 # renovate: datasource=pypi depName=ansible-lint versioning=pep440 ARG ANSIBLE_LINT_VERSION=24.2.1 diff --git a/renovate.json b/renovate.json index 1bf0df7..9ee10de 100644 --- a/renovate.json +++ b/renovate.json @@ -15,9 +15,9 @@ ], "packageRules": [ { - "description": "Pin ansible-core to version 2.13.x", + "description": "pin ansible-core to version 2.14.x", "matchPackageNames": ["ansible-core"], - "allowedVersions": "< 2.14.0" + "allowedVersions": "< 2.15.0" } ] }