Skip to content

Commit eb8ddc9

Browse files
balasankarcarukiidoustanhu
committed
Merge branch 'sh-update-redis-automatically' into 'master'
Add Redis to deps.yml See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7031 Merged-by: Balasankar 'Balu' C <[email protected]> Approved-by: Hossein Pursultani <[email protected]> Approved-by: Balasankar 'Balu' C <[email protected]> Reviewed-by: arukiidou <[email protected]> Co-authored-by: arukiidou <[email protected]> Co-authored-by: Stan Hu <[email protected]>
2 parents 9694173 + 4da0f1b commit eb8ddc9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

deps.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,12 @@ dependencies:
207207
tag_filter:
208208
matching: 'pgbouncer_(\d+)_(\d+)_(\d+)'
209209
sort_as: '$1.$2.$3'
210+
# redis
211+
https://github.com/redis/redis.git:
212+
replace_in_files:
213+
- filename: config/software/redis.rb
214+
pattern: "Gitlab::Version.new\\('redis', '(\\S+)'\\)"
215+
range: '< 7.2.0'
210216
# deps that need updated filtering to work https://github.com/dropseed/deps-git/issues/2
211217
# krb5
212218
# https://github.com/krb5/krb5.git:

0 commit comments

Comments
 (0)