Merge pull request #333 from nextcloud/update-master-version

feat(deps): Add Nextcloud 31 support on master
This commit is contained in:
Arthur Schiwon 2024-08-19 13:47:26 +02:00 коммит произвёл GitHub
Родитель d8bd680fec 39aa25946a
Коммит a23595dfa2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
3 изменённых файлов: 16 добавлений и 16 удалений

26
.github/dependabot.yml поставляемый
Просмотреть файл

@ -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"]

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 }}

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

@ -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>