Skip to content

Commit

Permalink
Try recreateWhen: always for digest pinning
Browse files Browse the repository at this point in the history
This might help with subsequent digest PRs refusing to be automerged
  • Loading branch information
AaronMoat committed Oct 17, 2024
1 parent 56b95cc commit a5094a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion default.json
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,8 @@
{
"matchUpdateTypes": ["digest", "pinDigest"],
"matchManagers": ["dockerfile"],
"automerge": true
"automerge": true,
"recreateWhen": "always"
},
{
"matchUpdateTypes": ["digest", "pinDigest"],
Expand Down
3 changes: 2 additions & 1 deletion third-party-major.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,8 @@
{
"matchUpdateTypes": ["digest", "pinDigest"],
"matchManagers": ["dockerfile"],
"automerge": true
"automerge": true,
"recreateWhen": "always"
},
{
"matchUpdateTypes": ["digest", "pinDigest"],
Expand Down

0 comments on commit a5094a0

Please sign in to comment.