From 3e1d9536f80603ce00a421b8e1cbc4cd82126738 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Tue, 11 Feb 2025 20:54:30 -0800 Subject: [PATCH] Less frequent Renovate (#7102) --- .github/renovate.json5 | 9 ++++++--- integration-tests/tracecontext/docker/Dockerfile | 4 ++-- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index a0db8fdf9da..a7e36d8773c 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -7,10 +7,13 @@ ], "packageRules": [ { - // this is to reduce the number of renovate PRs by consolidating them into a weekly batch - "matchManagers": ["github-actions"], + // this is to reduce the number of renovate PRs + "matchManagers": [ + "github-actions", + "dockerfile" + ], "extends": ["schedule:weekly"], - "groupName": "github actions", + "groupName": "weekly update" }, { "matchPackageNames": [ diff --git a/integration-tests/tracecontext/docker/Dockerfile b/integration-tests/tracecontext/docker/Dockerfile index f54a9ba2cea..f6ab8d31482 100644 --- a/integration-tests/tracecontext/docker/Dockerfile +++ b/integration-tests/tracecontext/docker/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3@sha256:589ed6659c0e4aac182f309131cd35e85452d21072570b1f6abc45b7687093a3 AS build +FROM python:3.13.2@sha256:589ed6659c0e4aac182f309131cd35e85452d21072570b1f6abc45b7687093a3 AS build # Main branch SHA as of April-1-2021 ARG TRACECONTEXT_GIT_TAG="dcd3ad9b7d6ac36f70ff3739874b73c11b0302a1" @@ -11,7 +11,7 @@ RUN unzip trace-context.zip RUN rm trace-context.zip RUN mv trace-context-${TRACECONTEXT_GIT_TAG}/test /tracecontext-testsuite -FROM python:3-slim@sha256:ae9f9ac89467077ed1efefb6d9042132d28134ba201b2820227d46c9effd3174 +FROM python:3.13.2-slim@sha256:ae9f9ac89467077ed1efefb6d9042132d28134ba201b2820227d46c9effd3174 RUN pip install aiohttp