Skip to content

Commit

Permalink
chore: renovate: use loose versioning for chromium-swiftshader-alpine…
Browse files Browse the repository at this point in the history
… image
  • Loading branch information
nadiamoe authored and Nadia Santalla committed Nov 26, 2024
1 parent 2aefb4c commit 82eef25
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,16 @@
{
"matchPackageNames": "**/renovate",
"extends": ["schedule:weekly"]
}
},
{
// The default "docker" versioning will try to restrict upgrades to versions that do not change everything after
// a dash (-) for the current tag, as this typically indicates the "flavor" (e.g. postgresql:17.1-alpine will not
// be upgraded to postgresql:17.2-debian).
// This image in particular has lots of dashes and does not follow this convention, so we force "loose"
// versioning which is pretty much an alphabetical sort.
"matchPackageNames": ["ghcr.io/grafana/chromium-swiftshader-alpine"],
"versioning": "loose",
},
],

"customManagers": [
Expand Down

0 comments on commit 82eef25

Please sign in to comment.