Skip to content

Commit

Permalink
Fixed renovate lookup failures
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasdille committed Nov 20, 2024
1 parent 6b31719 commit 764fa24
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
9 changes: 5 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5683,7 +5683,7 @@
{
"customType": "regex",
"datasourceTemplate": "git-tags",
"depNameTemplate": "https://git.savannah.gnu.org/cgit/make.git",
"depNameTemplate": "https://git.savannah.gnu.org/git/make.git",
"fileMatch": [
"^tools/make/manifest.yaml$"
],
Expand Down Expand Up @@ -6076,7 +6076,7 @@
{
"customType": "regex",
"datasourceTemplate": "git-tags",
"depNameTemplate": "https://git.musl-libc.org/cgit/musl.git",
"depNameTemplate": "https://git.musl-libc.org/git/musl",
"fileMatch": [
"^tools/musl/manifest.yaml$"
],
Expand Down Expand Up @@ -8233,7 +8233,8 @@
],
"matchStrings": [
"version: \"?(?<currentValue>.*?)\"?\\n"
]
],
"registryUrlTemplate": "https://gitlab.xiph.org"
},
{
"customType": "regex",
Expand All @@ -8246,7 +8247,7 @@
"matchStrings": [
"version: \"?(?<currentValue>.*?)\"?\\n"
],
"registryUrlTemplate": "https://gitlab.xiph.org/xiph/speexdsp/api/v4/projects/xdg%2fxdg-utils/repository/tags?per_page=100"
"registryUrlTemplate": "https://gitlab.xiph.org"
},
{
"customType": "regex",
Expand Down
2 changes: 1 addition & 1 deletion tools/make/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repository: https://www.gnu.org/software/make/
description: Tool which controls the generation of executables and other non-source files
renovate:
datasource: git-tags
package: https://git.savannah.gnu.org/cgit/make.git
package: https://git.savannah.gnu.org/git/make.git
versioning: regex:^(?<major>\d+)\.(?<minor>\d+)\.(?<patch>\d+)(\.(?<build>\d+))?$
priority: low
license:
Expand Down
2 changes: 1 addition & 1 deletion tools/musl/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ messages:
ldconfig
renovate:
datasource: git-tags
package: https://git.musl-libc.org/cgit/musl.git
package: https://git.musl-libc.org/git/musl
versioning: regex:^(?<major>\d+)\.(?<minor>\d+)\.(?<patch>\d+)$
priority: low
license:
Expand Down
1 change: 1 addition & 0 deletions tools/speex/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ description: Speex voice codec
renovate:
datasource: gitlab-releases
package: xiph/speex
api: https://gitlab.xiph.org
extractVersion: ^Speex-(?<version>.+)$
priority: low
license:
Expand Down
2 changes: 1 addition & 1 deletion tools/speexdsp/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ description: DSP library derived from speex
renovate:
datasource: gitlab-releases
package: xiph/speexdsp
api: https://gitlab.xiph.org/xiph/speexdsp/api/v4/projects/xdg%2fxdg-utils/repository/tags?per_page=100
api: https://gitlab.xiph.org
extractVersion: ^SpeexDSP-(?<version>.+)$
priority: low
license:
Expand Down

0 comments on commit 764fa24

Please sign in to comment.