Skip to content

Commit b00e17b

Browse files
authored
update the deb file repo to testing ones from originally production ones (#6775)
Signed-off-by: Devin Wong <[email protected]>
1 parent 592aaa2 commit b00e17b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@
598598
]
599599
},
600600
"deb2404": {
601-
"defaultRegistryUrlTemplate": "https://packages.microsoft.com/ubuntu/24.04/prod/dists/noble/main/binary-amd64/Packages",
601+
"defaultRegistryUrlTemplate": "https://packages.microsoft.com/ubuntu/24.04/prod/dists/testing/main/binary-amd64/Packages",
602602
"format": "plain",
603603
"transformTemplates": [
604604
"{\"releases\": $map(($index := releases#$i[version=\"Package: {{packageName}}\"].$i; $map($index, function($i) { $substringAfter(releases[$i + 1].version, \"Version: \") })), function($v) { {\"version\": $v} })[]}"

0 commit comments

Comments
 (0)