Skip to content

Commit 379142c

Browse files
authored
Merge pull request #88 from planetscale/joem/renovate-do-not-pin-wolfi
renovate: do not sha-pin wolfi images
2 parents 135b523 + 027700c commit 379142c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1.10@sha256:865e5dd094beca432e8c0a1d5e1c465db5f998dca4e439981029b3b81fb39ed5
2-
FROM pscale.dev/wolfi-prod/git:2.47.0@sha256:2879d75fa7e6ecf2ae3fded550224cce20a1e408aafad2328c7644c5380d9f45
2+
FROM pscale.dev/wolfi-prod/git:2.47.0
33

44
COPY ghcommit /ghcommit
55

renovate.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,14 @@
33
"extends": [
44
"github>planetscale/renovate-config",
55
"github>planetscale/renovate-config:weeklyBatchMinorPatchDigest"
6+
],
7+
"packageRules": [
8+
{
9+
"description": "Don't pin static image, we do not want its weekly updates.",
10+
"matchPackageNames": [
11+
"pscale.dev/wolfi-prod/git"
12+
],
13+
"pinDigests": false
14+
}
615
]
716
}

0 commit comments

Comments
 (0)