Skip to content

Commit

Permalink
Try recreateWhen: always for digest pinning (#132)
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 authored Oct 17, 2024
1 parent 56b95cc commit 20464c3
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 20464c3

Please sign in to comment.