Skip to content
Snippets Groups Projects
Commit 15ca69a12daa authored by Balasankar 'Balu' C's avatar Balasankar 'Balu' C
Browse files

Merge branch 'remove-migrated-deps-to-renovate' into 'master'

Remove pgbouncer, pgbouncer_exporter, and Rubygems from deps.yml

See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7841



Merged-by: default avatarBalasankar 'Balu' C <balasankar@gitlab.com>
Approved-by: default avatarClemens Beck <cbeck@gitlab.com>
Approved-by: default avatarBalasankar 'Balu' C <balasankar@gitlab.com>
Co-authored-by: default avatarJoão Cunha <j.a.cunha@gmail.com>
No related branches found
No related tags found
2 merge requests!157Merge upstream Omnibus GitLab up to the 17.4 branching point,!156Merge upstream Omnibus GitLab into Omnibus Heptapod
......@@ -134,12 +134,6 @@
replace_in_files:
- filename: config/templates/omnibus-gitlab-gems/Gemfile
pattern: "gem 'remote_syslog', '(\\S+)'"
# rubygems
https://github.com/rubygems/rubygems.git:
replace_in_files:
- filename: config/software/rubygems.rb
pattern: "default_version '(\\S+)'"
range: '<= 3.x'
# zlib
https://github.com/madler/zlib.git:
replace_in_files:
......@@ -163,12 +157,6 @@
- filename: config/software/postgres-exporter.rb
pattern: "Gitlab::Version.new\\('postgres-exporter', '(\\S+)'\\)"
tag_prefix: 'v'
# pgbouncer-exporter
https://gitlab.com/gitlab-org/build/omnibus-mirror/pgbouncer_exporter.git:
replace_in_files:
- filename: config/software/pgbouncer-exporter.rb
pattern: "Gitlab::Version.new\\('pgbouncer-exporter', '(\\S+)'\\)"
tag_prefix: 'v'
# redis-exporter
https://gitlab.com/gitlab-org/build/omnibus-mirror/redis_exporter.git:
replace_in_files:
......@@ -187,14 +175,6 @@
- filename: config/software/libtiff.rb
pattern: "Gitlab::Version.new\\('libtiff', 'v(\\S+)'\\)"
tag_prefix: 'v'
# pgbouncer
https://github.com/pgbouncer/pgbouncer.git:
replace_in_files:
- filename: config/software/pgbouncer.rb
pattern: "Gitlab::Version.new\\('pgbouncer', '(\\S+)'\\)"
tag_filter:
matching: 'pgbouncer_(\d+)_(\d+)_(\d+)'
sort_as: '$1.$2.$3'
# redis
https://github.com/redis/redis.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