feat(deps): Add Nextcloud 29 support on main

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling
2023-11-23 14:36:17 +01:00
parent 1a4f96e5dc
commit 04c8d9384b
6 changed files with 10 additions and 10 deletions

View File

@@ -13,7 +13,7 @@ updates:
- juliushaertl
- package-ecosystem: npm
target-branch: stable27
target-branch: stable28
versioning-strategy: lockfile-only
directory: "/"
schedule:
@@ -30,7 +30,7 @@ updates:
- dependencies
- package-ecosystem: npm
target-branch: stable26
target-branch: stable27
versioning-strategy: lockfile-only
directory: "/"
schedule:

View File

@@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branches: ["main", "master", "stable27", "stable26", "stable25", "stable24"]
branches: ["main", "master", "stable28", "stable27", "stable26", "stable25", "stable24"]
name: npm-audit-fix-${{ matrix.branches }}

View File

@@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branches: ["main", "master", "stable27", "stable26", "stable25"]
branches: ["main", "master", "stable28", "stable27", "stable26"]
name: update-nextcloud-ocp-${{ matrix.branches }}