Skip to content

Commit

Permalink
Merge branch 'master' into migrate-config
Browse files Browse the repository at this point in the history
  • Loading branch information
samchungy authored Oct 17, 2024
2 parents e0df4ff + 20464c3 commit 58a6084
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 @@ -270,7 +270,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 @@ -144,7 +144,8 @@
{
"matchUpdateTypes": ["digest", "pinDigest"],
"matchManagers": ["dockerfile"],
"automerge": true
"automerge": true,
"recreateWhen": "always"
},
{
"matchUpdateTypes": ["digest", "pinDigest"],
Expand Down

0 comments on commit 58a6084

Please sign in to comment.