File tree Expand file tree Collapse file tree 3 files changed +17
-85
lines changed
Expand file tree Collapse file tree 3 files changed +17
-85
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -8,13 +8,14 @@ variable "postgisMajorVersions" {
88 ]
99}
1010
11- // DO NOT MANUALLY EDIT THE CONTENT - This is auto-generated by postgis_update.yml
1211// PostGIS matrix of distro x versions
1312postgisMatrix = {
1413 bookworm = {
14+ // renovate: suite=bookworm-pgdg depName=postgis
1515 " 3" = " 3.6.1+dfsg-1.pgdg12+1"
1616 }
1717 trixie = {
18+ // renovate: suite=trixie-pgdg depName=postgis
1819 " 3" = " 3.6.1+dfsg-1.pgdg13+1"
1920 }
2021}
Original file line number Diff line number Diff line change 55 " docker:pinDigests"
66 ],
77 "enabledManagers" : [
8- " github-actions"
8+ " github-actions" ,
9+ " custom.regex"
10+ ],
11+ "customManagers" : [
12+ {
13+ "customType" : " regex" ,
14+ "managerFilePatterns" : [
15+ " /docker-bake.hcl/"
16+ ],
17+ "matchStrings" : [
18+ " \\ /\\ /\\ s*renovate:\\ s*?(suite=(?<suite>.*?))?\\ s*depName=(?<depName>.*?)?\\ s*\" [A-Za-z0-9_-]+\"\\ s*=\\ s*\" (?<currentValue>.*)\" "
19+ ],
20+ "registryUrlTemplate" : " https://download.postgresql.org/pub/repos/apt?suite={{#if suite}}{{suite}}{{else}}stable{{/if}}&components=main&binaryArch=amd64" ,
21+ "datasourceTemplate" : " deb"
22+ }
923 ]
1024}
You can’t perform that action at this time.
0 commit comments