зеркало из https://github.com/nextcloud/privacy.git
feat(deps): Add Nextcloud 31 support on master
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Родитель
a0684a2080
Коммит
b520a80a38
|
@ -23,6 +23,22 @@ updates:
|
|||
- "dependencies"
|
||||
|
||||
# Main stableXX npm
|
||||
- package-ecosystem: npm
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: weekly
|
||||
day: saturday
|
||||
time: "03:00"
|
||||
timezone: Europe/Paris
|
||||
target-branch: stable30
|
||||
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:
|
||||
|
@ -55,19 +71,3 @@ 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
|
||||
labels:
|
||||
- "3. to review"
|
||||
- "dependencies"
|
||||
ignore:
|
||||
# ignore all GitHub linguist patch updates
|
||||
- dependency-name: "*"
|
||||
update-types: ["version-update:semver-major", "version-update:semver-minor"]
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
branches: ['main', 'master', 'stable29', 'stable28', 'stable27']
|
||||
branches: ['main', 'master', 'stable30', 'stable29', 'stable28']
|
||||
|
||||
name: npm-audit-fix-${{ matrix.branches }}
|
||||
|
||||
|
|
|
@ -9,14 +9,14 @@
|
|||
<name>Privacy</name>
|
||||
<summary>-</summary>
|
||||
<description><![CDATA[The privacy center shows you where your data is stored and who can access it, either because you shared with them or because they are administrators.]]></description>
|
||||
<version>2.0.0</version>
|
||||
<version>3.0.0</version>
|
||||
<licence>agpl</licence>
|
||||
<author mail="georg.ehrke@nextcloud.com">Georg Ehrke</author>
|
||||
<namespace>Privacy</namespace>
|
||||
<category>tools</category>
|
||||
<bugs>https://github.com/nextcloud/privacy/issues/</bugs>
|
||||
<dependencies>
|
||||
<nextcloud min-version="30" max-version="30" />
|
||||
<nextcloud min-version="31" max-version="31" />
|
||||
</dependencies>
|
||||
<default_enable />
|
||||
<settings>
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "privacy",
|
||||
"version": "2.0.0",
|
||||
"version": "3.0.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "privacy",
|
||||
"version": "2.0.0",
|
||||
"version": "3.0.0",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"dependencies": {
|
||||
"@nextcloud/auth": "^2.3.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "privacy",
|
||||
"version": "2.0.0",
|
||||
"version": "3.0.0",
|
||||
"description": "Place this app in **nextcloud/apps/**",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче