Skip to content

Commit 90a29fe

Browse files
committed
Less frequent Renovate
1 parent 43fba2e commit 90a29fe

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.github/renovate.json5

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@
77
],
88
"packageRules": [
99
{
10-
// this is to reduce the number of renovate PRs by consolidating them into a weekly batch
11-
"matchManagers": ["github-actions"],
10+
// this is to reduce the number of renovate PRs
11+
"matchManagers": [
12+
"github-actions"
13+
],
1214
"extends": ["schedule:weekly"],
13-
"groupName": "github actions",
15+
"groupName": "weekly update"
1416
},
1517
{
1618
"matchPackageNames": [

integration-tests/tracecontext/docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3@sha256:589ed6659c0e4aac182f309131cd35e85452d21072570b1f6abc45b7687093a3 AS build
1+
FROM python:3.13.1
22

33
# Main branch SHA as of April-1-2021
44
ARG TRACECONTEXT_GIT_TAG="dcd3ad9b7d6ac36f70ff3739874b73c11b0302a1"
@@ -11,7 +11,7 @@ RUN unzip trace-context.zip
1111
RUN rm trace-context.zip
1212
RUN mv trace-context-${TRACECONTEXT_GIT_TAG}/test /tracecontext-testsuite
1313

14-
FROM python:3-slim@sha256:ae9f9ac89467077ed1efefb6d9042132d28134ba201b2820227d46c9effd3174
14+
FROM python:3.13.1-slim
1515

1616
RUN pip install aiohttp
1717

0 commit comments

Comments
 (0)