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
10 changes: 0 additions & 10 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,3 @@ updates:
timezone: Europe/Paris
open-pull-requests-limit: 10
versioning-strategy: increase
- package-ecosystem: npm
target-branch: 'stable5'
directory: "/"
schedule:
interval: weekly
day: saturday
time: "03:00"
timezone: Europe/Paris
open-pull-requests-limit: 10
versioning-strategy: increase
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', 'stable5']
branches: ['main']

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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Since version 4.2 this package provides a Vue.js based file picker, so this pack
| `@nextcloud/dialogs` | maintained | `@nextcloud/vue` dependency | Nextcloud server version |
|----------------------|------------|-----------------------------|----------------------------|
| 6.x | ✅ | 8.x | Nextcloud 29 and newer |
| 5.x | | 8.x | Nextcloud 28, 29, 30 |
| 5.x | | 8.x | Nextcloud 28, 29, 30 |
| 4.2+ | ❌ | 7.12 | Nextcloud 25, 26, 27, 27.1 |
| 4.1 | ❌ | *any* | *any* |

Expand Down