зеркало из https://github.com/nextcloud/photos.git
feat(deps): Add Nextcloud 28 support on master
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Родитель
76fe329d73
Коммит
4fa845218a
|
@ -23,6 +23,38 @@ updates:
|
|||
- "dependencies"
|
||||
|
||||
# Main stableXX npm
|
||||
- package-ecosystem: npm
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: weekly
|
||||
day: saturday
|
||||
time: "03:00"
|
||||
timezone: Europe/Paris
|
||||
target-branch: stable27
|
||||
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:
|
||||
interval: weekly
|
||||
day: saturday
|
||||
time: "03:00"
|
||||
timezone: Europe/Paris
|
||||
target-branch: stable26
|
||||
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 }}
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<name>Photos</name>
|
||||
<summary>Your memories under your control</summary>
|
||||
<description>Your memories under your control</description>
|
||||
<version>2.3.0</version>
|
||||
<version>2.4.0</version>
|
||||
<licence>agpl</licence>
|
||||
<author mail="skjnldsv@protonmail.com">John Molakvoæ</author>
|
||||
<namespace>Photos</namespace>
|
||||
|
@ -20,7 +20,7 @@
|
|||
<repository>https://github.com/nextcloud/photos.git</repository>
|
||||
<default_enable />
|
||||
<dependencies>
|
||||
<nextcloud min-version="27" max-version="27" />
|
||||
<nextcloud min-version="28" max-version="28" />
|
||||
</dependencies>
|
||||
<navigations>
|
||||
<navigation>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "photos",
|
||||
"description": "Your memories under your control",
|
||||
"version": "2.3.0",
|
||||
"version": "2.4.0",
|
||||
"author": "John Molakvoæ <skjnldsv@protonmail.com>",
|
||||
"contributors": [
|
||||
"John Molakvoæ <skjnldsv@protonmail.com>"
|
||||
|
|
Загрузка…
Ссылка в новой задаче