jbergstroem / mariadb-alpine

A tiny and fast MariaDB container
MIT License
71 stars 19 forks source link

Improve renovate package matching support #162

Closed jbergstroem closed 1 year ago

jbergstroem commented 1 year ago
  1. Revert "$DEP_VERSION" in workflows
  2. Switch to a regex that picks up dependency name and version through a regex
  3. Set all packages to use github-releases (one uses tags for now)
  4. Make version have an optional v ("extractVersionTemplate": "^v?(?<version>.*?)$")