Merge pull request #333 from nextcloud/update-master-version
feat(deps): Add Nextcloud 31 support on master
This commit is contained in:
Коммит
a23595dfa2
|
@ -8,6 +8,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: stable30
|
||||
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:
|
||||
|
@ -34,16 +47,3 @@ updates:
|
|||
# ignore all GitHub linguist patch updates
|
||||
- dependency-name: "*"
|
||||
update-types: ["version-update:semver-major", "version-update:semver-minor"]
|
||||
- package-ecosystem: composer
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: weekly
|
||||
day: saturday
|
||||
time: "03:00"
|
||||
timezone: Europe/Paris
|
||||
target-branch: stable27
|
||||
open-pull-requests-limit: 10
|
||||
ignore:
|
||||
# ignore all GitHub linguist patch updates
|
||||
- dependency-name: "*"
|
||||
update-types: ["version-update:semver-major", "version-update:semver-minor"]
|
||||
|
|
|
@ -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 }}
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ The administrator is then logged-in as the user, to switch back to the regular u
|
|||
- Impersonating a user is only possible after their first login.
|
||||
- You can limit which users/groups can use impersonation in Administration settings > Additional settings.]]></description>
|
||||
|
||||
<version>1.17.0</version>
|
||||
<version>2.0.0</version>
|
||||
<licence>agpl</licence>
|
||||
<author>Nextcloud</author>
|
||||
<namespace>Impersonate</namespace>
|
||||
|
@ -41,7 +41,7 @@ The administrator is then logged-in as the user, to switch back to the regular u
|
|||
<screenshot>https://raw.githubusercontent.com/nextcloud/impersonate/master/screenshots/3.png</screenshot>
|
||||
|
||||
<dependencies>
|
||||
<nextcloud min-version="30" max-version="30" />
|
||||
<nextcloud min-version="31" max-version="31" />
|
||||
</dependencies>
|
||||
|
||||
<settings>
|
||||
|
|
Загрузка…
Ссылка в новой задаче