Merge branch 'renovate/develop-docs-major-all-dependencies' of https://dev.funkwhale.audio/funkwhale/funkwhale into renovate/develop-docs-major-all-dependencies
This commit is contained in:
commit
77837e1d18
|
@ -77,6 +77,9 @@ workflow:
|
||||||
)
|
)
|
||||||
# Run for merge requests from any repo or branches
|
# Run for merge requests from any repo or branches
|
||||||
- if: $CI_MERGE_REQUEST_ID
|
- if: $CI_MERGE_REQUEST_ID
|
||||||
|
# run if NOCHANGELOG is added in the title
|
||||||
|
- if: $CI_MERGE_REQUEST_TITLE =~ /NOCHANGELOG/
|
||||||
|
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- review
|
- review
|
||||||
|
@ -166,7 +169,7 @@ require_changelog:
|
||||||
# Don't run on merge request that mention NOCHANGELOG or renovate bot commits
|
# Don't run on merge request that mention NOCHANGELOG or renovate bot commits
|
||||||
- if: >
|
- if: >
|
||||||
$CI_MERGE_REQUEST_TITLE =~ /NOCHANGELOG/ ||
|
$CI_MERGE_REQUEST_TITLE =~ /NOCHANGELOG/ ||
|
||||||
$CI_COMMIT_AUTHOR == "Renovate Bot <bot@dev.funkwhale.audio>"
|
$CI_COMMIT_AUTHOR == "RenovateBot <bot@dev.funkwhale.audio>"
|
||||||
when: never
|
when: never
|
||||||
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
|
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
"group:monorepos",
|
"group:monorepos",
|
||||||
"group:recommended"
|
"group:recommended"
|
||||||
],
|
],
|
||||||
"baseBranches": ["stable", "develop"],
|
"baseBranches": ["develop"],
|
||||||
"branchConcurrentLimit": 2,
|
"branchConcurrentLimit": 2,
|
||||||
"prConcurrentLimit": 1,
|
"prConcurrentLimit": 1,
|
||||||
"rangeStrategy": "pin",
|
"rangeStrategy": "pin",
|
||||||
|
|
Loading…
Reference in New Issue