Skip to content

Commit 6a474bb

Browse files
committed
feat(deps): Add Nextcloud 35 support on master
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent e38a5c9 commit 6a474bb

5 files changed

Lines changed: 46 additions & 5 deletions

File tree

.github/dependabot.yml

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,46 @@ updates:
3232
default-days: 10
3333

3434
# Main stableXX npm
35+
- package-ecosystem: composer
36+
directories:
37+
- "/"
38+
- "/vendor-bin/cs-fixer"
39+
- "/vendor-bin/nextcloud-ocp"
40+
- "/vendor-bin/phpunit"
41+
- "/vendor-bin/psalm"
42+
schedule:
43+
interval: weekly
44+
day: saturday
45+
time: "03:00"
46+
timezone: Europe/Paris
47+
target-branch: stable34
48+
labels:
49+
- "3. to review"
50+
- "dependencies"
51+
ignore:
52+
# ignore all GitHub linguist patch updates
53+
- dependency-name: "*"
54+
update-types: ["version-update:semver-major"]
55+
cooldown:
56+
default-days: 10
57+
- package-ecosystem: npm
58+
directory: "/"
59+
schedule:
60+
interval: weekly
61+
day: saturday
62+
time: "03:00"
63+
timezone: Europe/Paris
64+
target-branch: stable34
65+
labels:
66+
- "3. to review"
67+
- "dependencies"
68+
ignore:
69+
# ignore all GitHub linguist patch updates
70+
- dependency-name: "*"
71+
update-types: ["version-update:semver-major"]
72+
cooldown:
73+
default-days: 10
74+
3575
- package-ecosystem: composer
3676
directories:
3777
- "/"

.github/workflows/npm-audit-fix.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
matrix:
2727
branches:
2828
- ${{ github.event.repository.default_branch }}
29+
- 'stable34'
2930
- 'stable33'
3031
- 'stable32'
3132

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
<name>Privacy</name>
1010
<summary>-</summary>
1111
<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>
12-
<version>6.0.0-dev.1</version>
12+
<version>7.0.0-dev.0</version>
1313
<licence>agpl</licence>
1414
<author mail="georg.ehrke@nextcloud.com">Georg Ehrke</author>
1515
<namespace>Privacy</namespace>
1616
<category>tools</category>
1717
<bugs>https://github.com/nextcloud/privacy/issues/</bugs>
1818
<dependencies>
19-
<nextcloud min-version="34" max-version="34" />
19+
<nextcloud min-version="35" max-version="35" />
2020
</dependencies>
2121
<default_enable />
2222
<settings>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "privacy",
3-
"version": "6.0.0-dev.0",
3+
"version": "7.0.0-dev.0",
44
"description": "Place this app in **nextcloud/apps/**",
55
"private": true,
66
"type": "module",

0 commit comments

Comments
 (0)