Skip to content

Commit

Permalink
renovate: use loose versioning for chromium-swiftshader-alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
roobre committed Dec 11, 2024
1 parent 836ea81 commit 6f9b583
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,15 @@
"github>grafana/sm-renovate//presets/go.json5",
],
"commitMessagePrefix": "",
"packageRules": [
{
// 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",
},
],
}

0 comments on commit 6f9b583

Please sign in to comment.