Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(ci): Drop stable29 from CI jobs as it's end of life
Signed-off-by: Jonas <[email protected]>
  • Loading branch information
mejo- committed Apr 14, 2025
commit 24d48b4674238eec89a8c590eea545b11722ef06
2 changes: 1 addition & 1 deletion .github/workflows/npm-audit-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branches: ['main', 'master', 'stable31', 'stable30', 'stable29']
branches: ['main', 'master', 'stable31', 'stable30']

name: npm-audit-fix-${{ matrix.branches }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-nextcloud-ocp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branches: ['main', 'master', 'stable31', 'stable30', 'stable29']
branches: ['main', 'master', 'stable31', 'stable30']

name: update-nextcloud-ocp-${{ matrix.branches }}

Expand Down
4 changes: 2 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
"baseBranches": [
"main",
"stable31",
"stable30",
"stable29"
"stable30"
],
"enabledManagers": [
"npm"
Expand Down Expand Up @@ -110,6 +109,7 @@
"minor"
],
"matchBaseBranches": [
"stable29",
"stable28",
"stable27",
"stable26"
Expand Down
Loading