Skip to content

Commit afb4c87

Browse files
Add scylladb docker-compose to exclusion list for major/patch upgrades (jaegertracing#5688)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | scylladb/scylla | patch | `5.4.7` -> `5.4.8` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/jaegertracing/jaeger). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJjaGFuZ2Vsb2c6ZGVwZW5kZW5jaWVzIl19--> --------- Signed-off-by: Mend Renovate <[email protected]> Signed-off-by: Yuri Shkuro <[email protected]> Co-authored-by: Yuri Shkuro <[email protected]>
1 parent 44484ac commit afb4c87

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

renovate.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"docker-compose/kafka/docker-compose.yml",
2424
"docker-compose/monitor/docker-compose.yml",
2525
"docker-compose/opensearch/v1/docker-compose.yml",
26-
"docker-compose/opensearch/v2/docker-compose.yml"
26+
"docker-compose/opensearch/v2/docker-compose.yml",
27+
"plugin/storage/scylladb/docker-compose.yml"
2728
],
2829
"matchUpdateTypes": ["major", "patch"],
2930
"enabled": false

0 commit comments

Comments
 (0)