Skip to content

Commit

Permalink
renovate: fix syntax (#1462)
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros-k authored Jan 27, 2025
1 parent 2f62608 commit 6b1918e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/renovate-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,11 @@ module.exports = {
"^postgresql-v(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$",
["ghcr.io/umami-software/umami"]
),
customVersioning(),
// 2024.10.22-7ca5933
"^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-(?<build>.+)$",
["ghcr.io/corentinth/it-tools"],
customVersioning(
// 2024.10.22-7ca5933
"^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-(?<build>.+)$",
["ghcr.io/corentinth/it-tools"],
),
],
};

Expand Down

0 comments on commit 6b1918e

Please sign in to comment.