fix(renovate): update configuration
All checks were successful
Auto release / tag_on_change (push) Successful in 5s
Build / build-amd64 (push) Successful in 33s
Lint Markdown files / markdown-lint (push) Successful in 4s
Build / build-arm64 (push) Successful in 1m24s

This commit is contained in:
2025-12-05 17:42:25 +01:00
parent dc9f1b5504
commit e862dccb03
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,5 @@
FROM docker.io/library/ubuntu:24.04 AS download FROM docker.io/library/ubuntu:24.04 AS download
# renovate: datasource=github-releases depName=docker/compose
ARG DC_VERSION=v2.40.3 ARG DC_VERSION=v2.40.3
RUN NAME=docker-compose-$(uname | tr [:upper:] [:lower:])-$(uname -m); \ RUN NAME=docker-compose-$(uname | tr [:upper:] [:lower:])-$(uname -m); \

View File

@@ -4,9 +4,11 @@
{ {
"customType": "regex", "customType": "regex",
"fileMatch": [ "fileMatch": [
"^Dockerfile$",
"^README\\.md$" "^README\\.md$"
], ],
"matchStrings": [ "matchStrings": [
"ARG DC_VERSION=(?<currentValue>.*)",
"IMAGE_VERSION=(?<currentValue>.*)" "IMAGE_VERSION=(?<currentValue>.*)"
], ],
"datasourceTemplate": "github-releases", "datasourceTemplate": "github-releases",