feat(deps): Add Nextcloud 28 support on master

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2023-05-17 15:13:45 +02:00
Родитель 048431231d
Коммит e9df3cb2da
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 74434EFE0D2E2205
5 изменённых файлов: 21 добавлений и 5 удалений

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

@ -33,6 +33,22 @@ updates:
labels:
- 3. to review
- dependencies
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
day: saturday
time: "03:00"
timezone: Europe/Paris
target-branch: stable27
open-pull-requests-limit: 10
labels:
- 3. to review
- dependencies
ignore:
# ignore all GitHub linguist patch updates
- dependency-name: "*"
update-types: ["version-update:semver-major", "version-update:semver-minor"]
- package-ecosystem: npm
directory: "/"
schedule:

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

@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branches: ["master", "stable26", "stable25", "stable24"]
branches: ["master", "stable27", "stable26", "stable25", "stable24"]
name: update-nextcloud-ocp-${{ matrix.branches }}

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

@ -15,7 +15,7 @@
📣 Announcement center: An announcement was posted by an admin]]></description>
<version>2.15.0</version>
<version>2.16.0</version>
<licence>agpl</licence>
<author>Joas Schilling</author>
@ -32,7 +32,7 @@
<repository>https://github.com/nextcloud/notifications.git</repository>
<dependencies>
<nextcloud min-version="27" max-version="27" />
<nextcloud min-version="28" max-version="28" />
</dependencies>
<background-jobs>

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

@ -1,7 +1,7 @@
{
"name": "notifications",
"description": "This app provides a backend and frontend for the notification API available in Nextcloud.",
"version": "2.15.0",
"version": "2.16.0",
"author": "Joas Schilling <coding@schilljs.com>",
"license": "agpl",
"private": true,

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

@ -22,6 +22,6 @@
<repository>https://github.com/nextcloud/notifications.git</repository>
<dependencies>
<nextcloud min-version="27" max-version="27" />
<nextcloud min-version="28" max-version="28" />
</dependencies>
</info>