feat(deps): Add Nextcloud 31 support on master

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2024-08-14 12:36:05 +02:00
Родитель 3750db5b78
Коммит 8fdfa9edae
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 74434EFE0D2E2205
5 изменённых файлов: 22 добавлений и 22 удалений

32
.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: stable30
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:
@ -65,19 +81,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: 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"]

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

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

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

@ -20,7 +20,7 @@
📣 Announcement center: An announcement was posted by an admin]]></description>
<version>3.0.0</version>
<version>4.0.0</version>
<licence>agpl</licence>
<author>Joas Schilling</author>
@ -35,7 +35,7 @@
<repository>https://github.com/nextcloud/notifications.git</repository>
<dependencies>
<nextcloud min-version="30" max-version="30" />
<nextcloud min-version="31" max-version="31" />
</dependencies>
<background-jobs>

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

@ -1,12 +1,12 @@
{
"name": "notifications",
"version": "3.0.0",
"version": "4.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "notifications",
"version": "3.0.0",
"version": "4.0.0",
"license": "AGPL-3.0-only",
"dependencies": {
"@nextcloud/auth": "^2.3.0",

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

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