Skip to content

Commit 5c91dfb

Browse files
committed
ci: Targeting codeberg for wait
Signed-off-by: Vincent Boutour <bob@vibioh.fr>
1 parent 0128677 commit 5c91dfb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

executables/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ docker_dependencies() {
7979
curl --etag-compare cacert.pem --etag-save cacert.pem --remote-name https://curl.se/ca/cacert.pem
8080

8181
if [[ ${RELEASE_NEED_WAIT-} == "true" ]]; then
82-
# renovate: datasource=github-releases depName=ViBiOh/wait
82+
# renovate: datasource=forgejo-releases registryUrl=https://codeberg.org packageName=ViBiOh/wait
8383
local WAIT_VERSION="v0.2.0"
8484

8585
for platform in ${DOCKER_ARCHS:-linux/amd64 linux/arm64}; do

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
".*"
1010
],
1111
"matchStrings": [
12-
"# renovate: datasource=(?<datasource>[a-z-]+?) depName=(?<depName>[^\\s]+?)(?: (lookupName|packageName)=(?<packageName>[^\\s]+?))?(?: versioning=(?<versioning>[a-z-0-9]+?))?\\s.+?_VERSION=\"?(?<currentValue>.+?)\"?\\s"
12+
"# renovate: datasource=(?<datasource>[^\\s]+)(?: registryUrl=(?<registryUrl>[^\\s]+))?(?: packageName=(?<packageName>[^\\s]+))?\\s.+?_VERSION=\"?(?<currentValue>.+?)\"?\\s"
1313
]
1414
}
1515
]

0 commit comments

Comments
 (0)