Skip to content

Commit

Permalink
Merge pull request #88 from planetscale/joem/renovate-do-not-pin-wolfi
Browse files Browse the repository at this point in the history
renovate: do not sha-pin wolfi images
  • Loading branch information
joemiller authored Oct 18, 2024
2 parents 135b523 + 027700c commit 379142c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.10@sha256:865e5dd094beca432e8c0a1d5e1c465db5f998dca4e439981029b3b81fb39ed5
FROM pscale.dev/wolfi-prod/git:2.47.0@sha256:2879d75fa7e6ecf2ae3fded550224cce20a1e408aafad2328c7644c5380d9f45
FROM pscale.dev/wolfi-prod/git:2.47.0

COPY ghcommit /ghcommit

Expand Down
9 changes: 9 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,14 @@
"extends": [
"github>planetscale/renovate-config",
"github>planetscale/renovate-config:weeklyBatchMinorPatchDigest"
],
"packageRules": [
{
"description": "Don't pin static image, we do not want its weekly updates.",
"matchPackageNames": [
"pscale.dev/wolfi-prod/git"
],
"pinDigests": false
}
]
}

0 comments on commit 379142c

Please sign in to comment.