Skip to content

Commit

Permalink
fix(renovate): disable pinning digest for podman container image (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbrunet committed Dec 3, 2023
1 parent 5d7c038 commit 2b92400
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@
"description": "Disable pinning digest for podman container image (rebuilds nightly and keeps latest manifest only)",
"matchDatasources": ["docker"],
"matchPackageNames": ["quay.io/containers/podman"],
"matchUpdateTypes": ["pinDigest"],
"enabled": false
"pinDigests": false
},
{
"description": "Customize rust updates commit message",
Expand Down

0 comments on commit 2b92400

Please sign in to comment.