feat(deps): Add Nextcloud 28 support on master
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Родитель
048431231d
Коммит
e9df3cb2da
|
@ -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:
|
||||
|
|
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче