diff --git a/renovate.json b/renovate.json index 5d92d31bc8..5b30a35ff3 100644 --- a/renovate.json +++ b/renovate.json @@ -5677,6 +5677,18 @@ "version: \"?(?.*?)\"?\\n" ] }, + { + "customType": "regex", + "datasourceTemplate": "github-releases", + "depNameTemplate": "stefanlogue/meteor", + "extractVersionTemplate": "^v(?.+)$", + "fileMatch": [ + "^tools/meteor-commit/manifest.yaml$" + ], + "matchStrings": [ + "version: \"?(?.*?)\"?\\n" + ] + }, { "customType": "regex", "datasourceTemplate": "github-releases", diff --git a/tools/meteor-commit/Dockerfile.template b/tools/meteor-commit/Dockerfile.template new file mode 100644 index 0000000000..65741d7fc9 --- /dev/null +++ b/tools/meteor-commit/Dockerfile.template @@ -0,0 +1,15 @@ +#syntax=docker/dockerfile:1.9.0@sha256:fe40cf4e92cd0c467be2cfc30657a680ae2398318afd50b0c80585784c604f28 + +FROM ghcr.io/uniget-org/images/ubuntu:24.04 AS prepare +COPY --from=ghcr.io/uniget-org/tools/uniget-build:latest \ + /etc/profile.d/ \ + /etc/profile.d/ +SHELL [ "bash", "-clo", "errexit" ] +ARG name +ARG version +RUN <.+)$ + priority: low \ No newline at end of file diff --git a/tools/meteor/manifest.yaml b/tools/meteor/manifest.yaml index 35be2f5d35..b5ed9a89de 100644 --- a/tools/meteor/manifest.yaml +++ b/tools/meteor/manifest.yaml @@ -3,6 +3,8 @@ $schema: https://tools.uniget.dev/schema.yaml name: meteor version: "0.10.1" check: ${binary} version | tr -d v +conflicts_with: +- meteor-commit platforms: - linux/amd64 - linux/arm64