Skip to content

Commit d7768f5

Browse files
committed
chore(ci): stable31 is end of life
Signed-off-by: Jonas <jonas@freesources.org>
1 parent cbd3fc8 commit d7768f5

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.github/workflows/npm-audit-fix.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
- ${{ github.event.repository.default_branch }}
2929
- 'stable33'
3030
- 'stable32'
31-
- 'stable31'
3231

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

.github/workflows/update-nextcloud-ocp.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
- ${{ github.event.repository.default_branch }}
2929
- 'stable33'
3030
- 'stable32'
31-
- 'stable31'
3231

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

renovate.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"rangeStrategy": "bump",
99
"rebaseWhen": "conflicted",
1010
"ignoreUnstable": false,
11-
"baseBranchPatterns": ["main", "stable33", "stable32", "stable31"],
11+
"baseBranchPatterns": ["main", "stable33", "stable32"],
1212
"enabledManagers": ["npm"],
1313
"ignoreDeps": ["node", "npm"],
1414
"packageRules": [
@@ -51,12 +51,12 @@
5151
},
5252
{
5353
"matchUpdateTypes": ["major"],
54-
"matchBaseBranches": ["stable33", "stable32", "stable31"],
54+
"matchBaseBranches": ["stable33", "stable32"],
5555
"enabled": false
5656
},
5757
{
5858
"matchUpdateTypes": ["major", "minor"],
59-
"matchBaseBranches": ["stable33", "stable32", "stable31"],
59+
"matchBaseBranches": ["stable33", "stable32"],
6060
"enabled": false
6161
},
6262
{
@@ -66,7 +66,7 @@
6666
"@nextcloud/cypress",
6767
"@cypress/{/,}**"
6868
],
69-
"matchBaseBranches": ["stable33", "stable32", "stable31"],
69+
"matchBaseBranches": ["stable33", "stable32"],
7070
"enabled": false
7171
},
7272
{

0 commit comments

Comments
 (0)