diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b2e001498..e0e54ffb8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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 diff --git a/.github/workflows/npm-audit-fix.yml b/.github/workflows/npm-audit-fix.yml index 015fb33b1..86c635d90 100644 --- a/.github/workflows/npm-audit-fix.yml +++ b/.github/workflows/npm-audit-fix.yml @@ -24,7 +24,7 @@ jobs: strategy: fail-fast: false matrix: - branches: ['main', 'stable5'] + branches: ['main'] name: npm-audit-fix-${{ matrix.branches }} diff --git a/README.md b/README.md index ec2030d29..bed45940f 100644 --- a/README.md +++ b/README.md @@ -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* |