diff --git a/.github/renovate.json b/.github/renovate.json index 3fce5888a..f0a45cdc0 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -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": [ { diff --git a/.github/workflows/analyzer.yml b/.github/workflows/analyzer.yml index 6fcfae2d5..eadfafafa 100644 --- a/.github/workflows/analyzer.yml +++ b/.github/workflows/analyzer.yml @@ -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 diff --git a/.github/workflows/api-client.yml b/.github/workflows/api-client.yml index 7dba70b10..7fc62eb74 100644 --- a/.github/workflows/api-client.yml +++ b/.github/workflows/api-client.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 diff --git a/.github/workflows/api.yml b/.github/workflows/api.yml index f34cf7958..6d694bd15 100644 --- a/.github/workflows/api.yml +++ b/.github/workflows/api.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 diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index d7e2afd75..b013bae85 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.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 }} diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 151d1feae..c4c92bd14 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -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 diff --git a/.github/workflows/legacy.yml b/.github/workflows/legacy.yml index d665cb7e5..c89d2ec95 100644 --- a/.github/workflows/legacy.yml +++ b/.github/workflows/legacy.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/** diff --git a/.github/workflows/playout.yml b/.github/workflows/playout.yml index 8c34419a9..b09b8cc40 100644 --- a/.github/workflows/playout.yml +++ b/.github/workflows/playout.yml @@ -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 diff --git a/.github/workflows/project.yml b/.github/workflows/project.yml index f6a70ec6b..acdb76468 100644 --- a/.github/workflows/project.yml +++ b/.github/workflows/project.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 }} diff --git a/.github/workflows/shared.yml b/.github/workflows/shared.yml index af7aa6313..fa5a550a2 100644 --- a/.github/workflows/shared.yml +++ b/.github/workflows/shared.yml @@ -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 diff --git a/.github/workflows/worker.yml b/.github/workflows/worker.yml index e3ca48e72..f2380d3e2 100644 --- a/.github/workflows/worker.yml +++ b/.github/workflows/worker.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