Skip to content
Snippets Groups Projects
Commit f334dfdf987f authored by Clemens Beck's avatar Clemens Beck
Browse files

Remove deps io configuration for curl

The dependency is now handled by renovate. The renovate configuration
has been validated in https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7937.
parent d96831e62374
No related branches found
No related tags found
2 merge requests!158Merge upstream Omnibus GitLab into Omnibus Heptapod,!156Merge upstream Omnibus GitLab into Omnibus Heptapod
......@@ -181,14 +181,6 @@
- filename: config/software/redis.rb
pattern: "Gitlab::Version.new\\('redis', '(\\S+)'\\)"
range: '< 7.2.0'
# curl
https://github.com/curl/curl.git:
replace_in_files:
- filename: config/software/curl.rb
pattern: "version = Gitlab::Version.new\\('curl', '(\\S+)'\\)"
tag_filter:
matching: 'curl-(\d+)_(\d+)_(\d+)'
sort_as: '$1.$2.$3'
# pcre2
https://github.com/PCRE2Project/pcre2.git:
replace_in_files:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment