Skip to content

Commit

Permalink
Enable docker digest pinning (#124)
Browse files Browse the repository at this point in the history
* Enable docker digest pinning

* Schedules

* Fix schedule
  • Loading branch information
AaronMoat authored Sep 10, 2024
1 parent 279b2d2 commit 63a1616
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 3 deletions.
14 changes: 13 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 Expand Up @@ -261,6 +262,17 @@

"prPriority": 99,
"schedule": "before 3:00 am every weekday"
},
{
"matchUpdateTypes": ["digest"],
"matchManagers": ["dockerfile"],
"automerge": true
},
{
"matchUpdateTypes": ["digest"],
"matchManagers": ["dockerfile"],
"schedule": ["before 7:00 on Monday"],
"prPriority": 99
}
],
"branchConcurrentLimit": null,
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
14 changes: 13 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 Expand Up @@ -128,6 +129,17 @@

"prPriority": 99,
"schedule": "before 3:00 am every weekday"
},
{
"matchUpdateTypes": ["digest"],
"matchManagers": ["dockerfile"],
"automerge": true
},
{
"matchUpdateTypes": ["digest"],
"matchManagers": ["dockerfile"],
"schedule": ["before 7:00 on Monday"],
"prPriority": 99
}
],
"commitMessageAction": "",
Expand Down

0 comments on commit 63a1616

Please sign in to comment.