feat(deps): Add Nextcloud 30 support on main

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2024-03-28 13:12:48 +01:00
Родитель 95079e3d51
Коммит 851461f809
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 74434EFE0D2E2205
6 изменённых файлов: 22 добавлений и 22 удалений

30
.github/dependabot.yml поставляемый
Просмотреть файл

@ -56,6 +56,19 @@ updates:
time: "03:00"
timezone: Europe/Paris
open-pull-requests-limit: 10
- package-ecosystem: composer
directory: "/"
schedule:
interval: weekly
day: saturday
time: "03:00"
timezone: Europe/Paris
target-branch: stable29
open-pull-requests-limit: 10
ignore:
# ignore all GitHub linguist patch updates
- dependency-name: "*"
update-types: ["version-update:semver-major", "version-update:semver-minor"]
- package-ecosystem: composer
directory: "/"
schedule:
@ -82,14 +95,14 @@ updates:
# ignore all GitHub linguist patch updates
- dependency-name: "*"
update-types: ["version-update:semver-major", "version-update:semver-minor"]
- package-ecosystem: composer
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
day: saturday
time: "03:00"
timezone: Europe/Paris
target-branch: stable26
target-branch: stable29
open-pull-requests-limit: 10
ignore:
# ignore all GitHub linguist patch updates
@ -121,16 +134,3 @@ updates:
# ignore all GitHub linguist patch updates
- dependency-name: "*"
update-types: ["version-update:semver-major", "version-update:semver-minor"]
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
day: saturday
time: "03:00"
timezone: Europe/Paris
target-branch: stable26
open-pull-requests-limit: 10
ignore:
# ignore all GitHub linguist patch updates
- dependency-name: "*"
update-types: ["version-update:semver-major", "version-update:semver-minor"]

2
.github/workflows/update-nextcloud-ocp.yml поставляемый
Просмотреть файл

@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branches: ['main', 'master', 'stable28', 'stable27', 'stable26']
branches: ['main', 'master', 'stable29', 'stable28', 'stable27']
name: update-nextcloud-ocp-${{ matrix.branches }}

Просмотреть файл

@ -16,7 +16,7 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m
]]></description>
<version>19.0.0-beta.5</version>
<version>20.0.0-dev.0</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>
@ -52,7 +52,7 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m
<screenshot>https://raw.githubusercontent.com/nextcloud/spreed/main/docs/video-verfication.png</screenshot>
<dependencies>
<nextcloud min-version="29" max-version="29" />
<nextcloud min-version="30" max-version="30" />
</dependencies>
<background-jobs>

4
package-lock.json сгенерированный
Просмотреть файл

@ -1,12 +1,12 @@
{
"name": "talk",
"version": "19.0.0-beta.5",
"version": "20.0.0-dev.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "talk",
"version": "19.0.0-beta.5",
"version": "20.0.0-dev.0",
"license": "agpl",
"dependencies": {
"@linusborg/vue-simple-portal": "^0.1.5",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "talk",
"version": "19.0.0-beta.5",
"version": "20.0.0-dev.0",
"private": true,
"description": "",
"author": "Joas Schilling <coding@schilljs.com>",

Просмотреть файл

@ -14,6 +14,6 @@
</types>
<dependencies>
<nextcloud min-version="29" max-version="29" />
<nextcloud min-version="30" max-version="30" />
</dependencies>
</info>