4 Commits
Author SHA1 Message Date
opencodecabilloteu 579ff7a262 Merge pull request 'chore(deps): update dependency ansible-lint to v26.8.0' (#24) from renovate/ansible-lint-26.x into master
Main Release / hadolint (push) Successful in 17s
Renovate / renovate (push) Successful in 1m18s
Main Release / test (push) Successful in 1m47s
Main Release / build (push) Successful in 39s
Main Release / tag (push) Successful in 29s
Tag Release / hadolint (push) Successful in 15s
Tag Release / test (push) Successful in 39s
Tag Release / build-push (push) Successful in 2m39s
2026-08-17 17:31:00 -04:00
renovate a3b43a7496 chore(deps): update dependency ansible-lint to v26.8.0
renovate/stability-days Updates have met minimum release age requirement
PR Checks / hadolint (pull_request) Successful in 18s
PR Checks / build-test (pull_request) Successful in 1m28s
2026-08-14 08:06:38 +00:00
jcabillot c384c7ca5d Merge pull request 'ci: add Renovate workflow' (#23) from add-renovate-workflow into master
Main Release / test (push) Successful in 1m37s
Renovate / renovate (push) Successful in 5m5s
Main Release / build (push) Successful in 45s
Main Release / hadolint (push) Successful in 20s
Main Release / tag (push) Successful in 56s
Tag Release / test (push) Successful in 2m59s
Tag Release / hadolint (push) Successful in 22s
Tag Release / build-push (push) Successful in 3m40s
Reviewed-on: #23
2026-08-03 16:16:37 -04:00
OpenCode Cabillot f549390569 ci: add Renovate workflow
PR Checks / hadolint (pull_request) Successful in 12s
PR Checks / build-test (pull_request) Successful in 1m17s
2026-08-02 23:39:44 +00:00
2 changed files with 13 additions and 1 deletions
+12
View File
@@ -0,0 +1,12 @@
name: Renovate
on:
push:
branches:
- master
workflow_dispatch:
jobs:
renovate:
uses: perso/gitea-pipelines/.gitea/workflows/renovate.yaml@main
secrets: inherit
+1 -1
View File
@@ -2,7 +2,7 @@ FROM python:3.14-alpine
ARG BUILD_DATE
ARG VCS_REF
ARG VERSION
ARG ANSIBLE_LINT_VERSION=26.6.0
ARG ANSIBLE_LINT_VERSION=26.8.0
# hadolint ignore=DL3018,DL3013
RUN apk --no-cache add --virtual build-dependencies \