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

Commit

Permalink
ci: use latest tag for VMClarity images
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgacsal committed Feb 20, 2024
1 parent 98ad76f commit 8c76ccf
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}",
"description": [
"Custom dependency manager for updating tools defined in Makefiles"
"Custom dependency manager for updating tools defined in Makefiles."
]
}
],
Expand Down Expand Up @@ -62,7 +62,7 @@
"go"
],
"description": [
"Add go label to PRs which bumps go dependencies"
"Add go label to PRs which bumps go dependencies."
]
},
{
Expand All @@ -71,7 +71,7 @@
"kubernetes"
],
"description": [
"Add kubernetes label to PRs which bumps kubernetes dependencies"
"Add kubernetes label to PRs which bumps kubernetes dependencies."
]
},
{
Expand Down Expand Up @@ -211,6 +211,20 @@
"description": [
"Ignore versions starting with v1 for trivy-db as v1 is deprecated."
]
},
{
"matchDatasources": [
"docker"
],
"matchPackagePrefixes": [
"ghcr.io/openclarity/vmclarity-"
],
"allowedVersions": "/^latest$/",
"pinDigests": false,
"description": [
"Always use latest version for VMClarity container images.",
"Do not pin by digest."
]
}
],
"postUpdateOptions": [
Expand Down

0 comments on commit 8c76ccf

Please sign in to comment.