Skip to content

Commit

Permalink
renovate: do not sha-pin wolfi images
Browse files Browse the repository at this point in the history
  • Loading branch information
joemiller committed Nov 8, 2024
1 parent a41e308 commit 72bd419
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@
],
"packageRules": [
{
"description": "Don't pin static image, we do not want its weekly updates.",
"description": "Don't pin wolfi images, we do not want every weekly update.",
"matchPackageNames": [
"pscale.dev/wolfi-prod/static"
"pscale.dev/wolfi-prod/go"
],
"pinDigests": false
}
Expand Down

0 comments on commit 72bd419

Please sign in to comment.