зеркало из https://github.com/nextcloud/spreed.git
feat(deps): Add Nextcloud 30 support on main
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Родитель
95079e3d51
Коммит
851461f809
|
@ -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"]
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче