Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
579ff7a262 | ||
|
|
a3b43a7496 | ||
|
|
c384c7ca5d | ||
|
|
f549390569 |
@@ -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
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user