Skip to content

Commit

Permalink
Enable docker digest pinning
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronMoat committed Sep 2, 2024
1 parent 279b2d2 commit 69063b8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion default.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"preview:buildkite",
"preview:dockerCompose",
"docker:disableMajor",
"group:monorepos"
"group:monorepos",
"docker:pinDigests"
],
"lockFileMaintenance": {
"enabled": true
Expand Down
3 changes: 2 additions & 1 deletion non-critical.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
":timezone(Australia/Melbourne)",
"preview:buildkite",
"preview:dockerCompose",
"docker:disableMajor"
"docker:disableMajor",
"docker:pinDigests"
],
"lockFileMaintenance": { "enabled": true },
"packageRules": [
Expand Down
3 changes: 2 additions & 1 deletion third-party-major.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
":updateNotScheduled",
"preview:buildkite",
"preview:dockerCompose",
"docker:disableMajor"
"docker:disableMajor",
"docker:pinDigests"
],
"lockFileMaintenance": {
"enabled": true
Expand Down

0 comments on commit 69063b8

Please sign in to comment.