Skip to content
This repository was archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
ci: pin Alpine image version for testing (#1329)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgacsal authored Feb 21, 2024
1 parent bd7c1f1 commit 09eaa9f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,21 @@
"Always use latest version for VMClarity container images.",
"Do not pin by digest."
]
},
{
"matchDatasources": [
"docker"
],
"matchPackageNames": [
"alpine"
],
"matchFileNames": [
"testenv/**/docker-compose.override.yml"
],
"allowedVersions": "3.18.2",
"description": [
"Pin version of the Alpine container image used for testing."
]
}
],
"postUpdateOptions": [
Expand Down

0 comments on commit 09eaa9f

Please sign in to comment.