diff --git a/.github/workflows/npm-audit-fix.yml b/.github/workflows/npm-audit-fix.yml index 1d931b11e7e..c46a1137b63 100644 --- a/.github/workflows/npm-audit-fix.yml +++ b/.github/workflows/npm-audit-fix.yml @@ -26,6 +26,7 @@ jobs: matrix: branches: - ${{ github.event.repository.default_branch }} + - 'stable34' - 'stable33' - 'stable32' diff --git a/.github/workflows/update-nextcloud-ocp.yml b/.github/workflows/update-nextcloud-ocp.yml index a3c0f23e2cb..efb5d65007d 100644 --- a/.github/workflows/update-nextcloud-ocp.yml +++ b/.github/workflows/update-nextcloud-ocp.yml @@ -26,6 +26,7 @@ jobs: matrix: branches: - ${{ github.event.repository.default_branch }} + - 'stable34' - 'stable33' - 'stable32' diff --git a/renovate.json b/renovate.json index 355aa299dc8..7e14a495e14 100644 --- a/renovate.json +++ b/renovate.json @@ -8,7 +8,7 @@ "rangeStrategy": "bump", "rebaseWhen": "conflicted", "ignoreUnstable": false, - "baseBranchPatterns": ["main", "stable33", "stable32"], + "baseBranchPatterns": ["main", "stable34", "stable33", "stable32"], "enabledManagers": ["npm"], "ignoreDeps": ["node", "npm"], "packageRules": [ @@ -51,12 +51,12 @@ }, { "matchUpdateTypes": ["major"], - "matchBaseBranches": ["stable33", "stable32"], + "matchBaseBranches": ["stable34", "stable33", "stable32"], "enabled": false }, { "matchUpdateTypes": ["major", "minor"], - "matchBaseBranches": ["stable33", "stable32"], + "matchBaseBranches": ["stable34", "stable33", "stable32"], "enabled": false }, { @@ -66,7 +66,7 @@ "@nextcloud/cypress", "@cypress/{/,}**" ], - "matchBaseBranches": ["stable33", "stable32"], + "matchBaseBranches": ["stable34", "stable33", "stable32"], "enabled": false }, {