diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cf2313ba3..280756d33 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,7 +8,7 @@ updates: time: "03:00" timezone: Europe/Paris cooldown: - default-days: 6 + default-days: 10 open-pull-requests-limit: 10 labels: - 3. to review @@ -35,7 +35,7 @@ updates: time: "03:00" timezone: Europe/Paris cooldown: - default-days: 6 + default-days: 10 open-pull-requests-limit: 10 labels: - 3. to review @@ -48,7 +48,7 @@ updates: time: "03:00" timezone: Europe/Paris cooldown: - default-days: 6 + default-days: 10 open-pull-requests-limit: 10 # Disable automatic rebasing because without a build CI will likely fail anyway rebase-strategy: "disabled" @@ -82,7 +82,7 @@ updates: time: "03:00" timezone: Europe/Berlin cooldown: - default-days: 6 + default-days: 10 labels: - 3. to review - github_actions diff --git a/.github/workflows/npm-audit-fix.yml b/.github/workflows/npm-audit-fix.yml index 5cf705b27..61e5d502b 100644 --- a/.github/workflows/npm-audit-fix.yml +++ b/.github/workflows/npm-audit-fix.yml @@ -26,6 +26,7 @@ jobs: matrix: branches: - ${{ github.event.repository.default_branch }} + - 'stable34' - 'stable33' - 'stable32' diff --git a/.github/workflows/update-nextcloud-ocp.yml b/.github/workflows/update-nextcloud-ocp.yml index b1de9a6a8..9efae8893 100644 --- a/.github/workflows/update-nextcloud-ocp.yml +++ b/.github/workflows/update-nextcloud-ocp.yml @@ -26,6 +26,7 @@ jobs: matrix: branches: - ${{ github.event.repository.default_branch }} + - 'stable34' - 'stable33' - 'stable32' diff --git a/appinfo/info.xml b/appinfo/info.xml index 141573d0e..118ee1028 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -15,7 +15,7 @@ More information is available in the Activity documentation. - 7.0.0-dev.0 + 8.0.0-dev.0 AGPL-3.0-or-later Frank Karlitschek Joas Schilling @@ -37,7 +37,7 @@ https://github.com/nextcloud/activity.git - + diff --git a/package-lock.json b/package-lock.json index 881d93ba8..f3e5ac605 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "activity", - "version": "7.0.0-dev.0", + "version": "8.0.0-dev.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "activity", - "version": "7.0.0-dev.0", + "version": "8.0.0-dev.0", "license": "AGPL-3.0-or-later", "dependencies": { "@mdi/svg": "^7.4.47", diff --git a/package.json b/package.json index 75db6cc21..8af89d666 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "activity", - "version": "7.0.0-dev.0", + "version": "8.0.0-dev.0", "private": true, "description": "This application enables people to view a log of activities about them or about files.", "homepage": "https://github.com/nextcloud/activity",