Skip to content

Commit

Permalink
chore: Remove stable28 from CI jobs as it's end of life
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas <[email protected]>
  • Loading branch information
mejo- committed Dec 10, 2024
1 parent 3469256 commit d405342
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-audit-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branches: ['main', 'master', 'stable30', 'stable29', 'stable28']
branches: ['main', 'master', 'stable30', 'stable29']

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 @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branches: ['main', 'master', 'stable30', 'stable29', 'stable28']
branches: ['main', 'master', 'stable30', 'stable29']

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

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/update-node-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ on:
- main
- stable3*
- stable29
- stable28

concurrency:
group: update-node-dist-${{ github.head_ref || github.ref || github.run_id }}
Expand Down
8 changes: 4 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
"baseBranches": [
"main",
"stable30",
"stable29",
"stable28"
"stable29"
],
"enabledManagers": [
"npm"
Expand Down Expand Up @@ -109,8 +108,9 @@
"minor"
],
"matchBaseBranches": [
"stable26",
"stable27"
"stable28",
"stable27",
"stable26"
],
"enabled": false
},
Expand Down

0 comments on commit d405342

Please sign in to comment.