Merge branch 'stable'
This commit is contained in:
commit
0d3a56aaae
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["config:base", ":enablePreCommit", ":preserveSemverRanges"],
|
||||
"baseBranches": ["main", "3.0.x"],
|
||||
"lockFileMaintenance": {
|
||||
"enabled": true,
|
||||
"commitMessageAction": "lock file maintenance",
|
||||
|
@ -9,6 +8,7 @@
|
|||
"branchTopic": "lock-file-maintenance-{{packageFile}}",
|
||||
"schedule": ["after 4am and before 5am on monday"]
|
||||
},
|
||||
"baseBranches": ["main", "stable"],
|
||||
"labels": ["dependencies"],
|
||||
"packageRules": [
|
||||
{
|
||||
|
|
|
@ -3,7 +3,7 @@ name: Analyzer
|
|||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches: [main]
|
||||
branches: [main, stable]
|
||||
paths:
|
||||
- .github/workflows/_python.yml
|
||||
- .github/workflows/analyzer.yml
|
||||
|
@ -12,7 +12,7 @@ on:
|
|||
- tools/python*
|
||||
|
||||
pull_request:
|
||||
branches: [main]
|
||||
branches: [main, stable]
|
||||
paths:
|
||||
- .github/workflows/_python.yml
|
||||
- .github/workflows/analyzer.yml
|
||||
|
|
|
@ -3,7 +3,7 @@ name: API Client
|
|||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches: [main]
|
||||
branches: [main, stable]
|
||||
paths:
|
||||
- .github/workflows/_python.yml
|
||||
- .github/workflows/api-client.yml
|
||||
|
@ -12,7 +12,7 @@ on:
|
|||
- tools/python*
|
||||
|
||||
pull_request:
|
||||
branches: [main]
|
||||
branches: [main, stable]
|
||||
paths:
|
||||
- .github/workflows/_python.yml
|
||||
- .github/workflows/api-client.yml
|
||||
|
|
|
@ -3,7 +3,7 @@ name: API
|
|||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches: [main]
|
||||
branches: [main, stable]
|
||||
paths:
|
||||
- .github/workflows/_python.yml
|
||||
- .github/workflows/api.yml
|
||||
|
@ -12,7 +12,7 @@ on:
|
|||
- tools/python*
|
||||
|
||||
pull_request:
|
||||
branches: [main]
|
||||
branches: [main, stable]
|
||||
paths:
|
||||
- .github/workflows/_python.yml
|
||||
- .github/workflows/api.yml
|
||||
|
|
|
@ -3,9 +3,9 @@ name: Container
|
|||
on:
|
||||
push:
|
||||
tags: ["[0-9]+.[0-9]+.[0-9]+*"]
|
||||
branches: [main]
|
||||
branches: [main, stable]
|
||||
pull_request:
|
||||
branches: [main]
|
||||
branches: [main, stable]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
|
|
@ -2,14 +2,14 @@ name: Docs
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [main, 3.0.x]
|
||||
branches: [main, stable]
|
||||
paths:
|
||||
- .github/vale/**
|
||||
- .github/workflows/docs.yml
|
||||
- docs/**
|
||||
|
||||
pull_request:
|
||||
branches: [main, 3.0.x]
|
||||
branches: [main, stable]
|
||||
paths:
|
||||
- .github/vale/**
|
||||
- .github/workflows/docs.yml
|
||||
|
|
|
@ -3,14 +3,14 @@ name: Legacy
|
|||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches: [main]
|
||||
branches: [main, stable]
|
||||
paths:
|
||||
- .github/workflows/legacy.yml
|
||||
- api/**
|
||||
- legacy/**
|
||||
|
||||
pull_request:
|
||||
branches: [main]
|
||||
branches: [main, stable]
|
||||
paths:
|
||||
- .github/workflows/legacy.yml
|
||||
- api/**
|
||||
|
|
|
@ -3,7 +3,7 @@ name: Playout
|
|||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches: [main]
|
||||
branches: [main, stable]
|
||||
paths:
|
||||
- .github/workflows/_python.yml
|
||||
- .github/workflows/playout.yml
|
||||
|
@ -13,7 +13,7 @@ on:
|
|||
- tools/python*
|
||||
|
||||
pull_request:
|
||||
branches: [main]
|
||||
branches: [main, stable]
|
||||
paths:
|
||||
- .github/workflows/_python.yml
|
||||
- .github/workflows/playout.yml
|
||||
|
|
|
@ -3,10 +3,10 @@ name: Project
|
|||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches: [main]
|
||||
branches: [main, stable]
|
||||
pull_request:
|
||||
types: [opened, reopened, synchronize, edited]
|
||||
branches: [main]
|
||||
branches: [main, stable]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
|
|
@ -3,7 +3,7 @@ name: Shared
|
|||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches: [main]
|
||||
branches: [main, stable]
|
||||
paths:
|
||||
- .github/workflows/_python.yml
|
||||
- .github/workflows/shared.yml
|
||||
|
@ -11,7 +11,7 @@ on:
|
|||
- tools/python*
|
||||
|
||||
pull_request:
|
||||
branches: [main]
|
||||
branches: [main, stable]
|
||||
paths:
|
||||
- .github/workflows/_python.yml
|
||||
- .github/workflows/shared.yml
|
||||
|
|
|
@ -3,7 +3,7 @@ name: Worker
|
|||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches: [main]
|
||||
branches: [main, stable]
|
||||
paths:
|
||||
- .github/workflows/_python.yml
|
||||
- .github/workflows/worker.yml
|
||||
|
@ -11,7 +11,7 @@ on:
|
|||
- tools/python*
|
||||
|
||||
pull_request:
|
||||
branches: [main]
|
||||
branches: [main, stable]
|
||||
paths:
|
||||
- .github/workflows/_python.yml
|
||||
- .github/workflows/worker.yml
|
||||
|
|
Loading…
Reference in New Issue