Merge branch 'stable'

This commit is contained in:
jo 2023-03-15 18:06:01 +01:00
commit 0d3a56aaae
No known key found for this signature in database
GPG Key ID: B2FEC9B22722B984
11 changed files with 21 additions and 21 deletions

View File

@ -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": [
{

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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 }}

View File

@ -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

View File

@ -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/**

View File

@ -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

View File

@ -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 }}

View File

@ -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

View File

@ -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