Skip to content

Commit 2d26e8d

Browse files
authored
Merge pull request #1729 from nextcloud-libraries/chore/stable5-eol
chore: Nextcloud 28 is EOL so is nextcloud-dialogs v5
2 parents b63e0b8 + 61d45e5 commit 2d26e8d

File tree

3 files changed

+2
-12
lines changed

3 files changed

+2
-12
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,3 @@ updates:
1212
timezone: Europe/Paris
1313
open-pull-requests-limit: 10
1414
versioning-strategy: increase
15-
- package-ecosystem: npm
16-
target-branch: 'stable5'
17-
directory: "/"
18-
schedule:
19-
interval: weekly
20-
day: saturday
21-
time: "03:00"
22-
timezone: Europe/Paris
23-
open-pull-requests-limit: 10
24-
versioning-strategy: increase

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
branches: ['main', 'stable5']
27+
branches: ['main']
2828

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Since version 4.2 this package provides a Vue.js based file picker, so this pack
2020
| `@nextcloud/dialogs` | maintained | `@nextcloud/vue` dependency | Nextcloud server version |
2121
|----------------------|------------|-----------------------------|----------------------------|
2222
| 6.x || 8.x | Nextcloud 29 and newer |
23-
| 5.x | | 8.x | Nextcloud 28, 29, 30 |
23+
| 5.x | | 8.x | Nextcloud 28, 29, 30 |
2424
| 4.2+ || 7.12 | Nextcloud 25, 26, 27, 27.1 |
2525
| 4.1 || *any* | *any* |
2626

0 commit comments

Comments
 (0)