[config] Update conan versions to 1.58 and beta9 (#15702)

This commit is contained in:
Daniel
2023-02-03 12:15:14 +01:00
committed by GitHub
parent 2cf2ed56d1
commit 2510566fb9
2 changed files with 2 additions and 10 deletions

View File

@@ -3,7 +3,7 @@
id: 'conan-io/conan-center-index'
conan:
version: 1.57.0
version: 1.58.0
artifactory:
url: "https://c3i.jfrog.io/c3i"
@@ -36,10 +36,6 @@ tasks:
access_request:
request_issue_url: https://github.com/conan-io/conan-center-index/issues/4
max_inactivity_days: 0
conan_v2_run_export: false
write_comments: true
detailed_status_checks: true
update_labels: true
automatic_merge:
reviews_required_total: 2 # Reviews that a PR needs so it can be merged
reviews_required_team: 1 # Reviews from the Conan team that a PR needs so it can be merged

View File

@@ -3,7 +3,7 @@
id: 'conan-io/conan-center-index-staging-v2'
conan:
version: 2.0.0-beta8
version: 2.0.0-beta9
artifactory:
url: "https://c3i.jfrog.io/c3i"
@@ -30,10 +30,6 @@ github:
# Things related to Jenkins jobs:
tasks:
feedback_title: "Conan v2 pipeline (informative, not required for merge)"
write_comments: false
detailed_status_checks: false
update_labels: false
automatic_merge:
reviews_required_total: 1000 # AutomaticMerge shouldn't run with this file, but just in case
reviews_required_team: 1000 # AutomaticMerge shouldn't run with this file, but just in case