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