test renovate auto updates

This commit is contained in:
Robert Kaussow 2024-02-05 21:41:51 +01:00
parent fc8c16ac5e
commit f77411bb97
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
5 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@ when:
- ${CI_REPO_DEFAULT_BRANCH}
- event: [push]
branch:
- renovate/*
- renovate/auto/*
steps:
- name: dryrun

View File

@ -6,7 +6,7 @@ when:
- ${CI_REPO_DEFAULT_BRANCH}
- event: [push]
branch:
- renovate/*
- renovate/auto/*
steps:
- name: build

View File

@ -6,7 +6,7 @@ when:
- ${CI_REPO_DEFAULT_BRANCH}
- event: [push]
branch:
- renovate/*
- renovate/auto/*
steps:
- name: markdownlint

View File

@ -6,7 +6,7 @@ when:
- ${CI_REPO_DEFAULT_BRANCH}
- event: [push]
branch:
- renovate/*
- renovate/auto/*
steps:
- name: lint

View File

@ -8,7 +8,7 @@ WORKDIR /src
RUN make build
FROM docker.io/alpine:3.19
FROM docker.io/alpine:3.19@sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>"
LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>"