Skip to content

Commit 92c6002

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

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ updates:
1515
day: saturday
1616
time: "03:00"
1717
timezone: Europe/Paris
18+
cooldown:
19+
default-days: 10
1820
labels:
1921
- 3. to review
2022
- dependencies
@@ -34,6 +36,8 @@ updates:
3436
day: saturday
3537
time: "03:15"
3638
timezone: Europe/Berlin
39+
cooldown:
40+
default-days: 10
3741
labels:
3842
- 3. to review
3943
- dependencies

.github/workflows/update-nextcloud-ocp.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,7 +9,7 @@
99
<name>Monitoring</name>
1010
<summary>Monitoring app with useful server information</summary>
1111
<description>Provides useful server information, such as CPU load, RAM usage, disk usage, number of users, etc.</description>
12-
<version>6.0.0-dev.0</version>
12+
<version>7.0.0-dev.0</version>
1313
<licence>agpl</licence>
1414
<author>Bjoern Schiessle</author>
1515
<author>Ivan Sein Santiago</author>
@@ -19,7 +19,7 @@
1919
<category>monitoring</category>
2020
<bugs>https://github.com/nextcloud/serverinfo/issues</bugs>
2121
<dependencies>
22-
<nextcloud min-version="34" max-version="34" />
22+
<nextcloud min-version="35" max-version="35" />
2323
</dependencies>
2424
<background-jobs>
2525
<job>OCA\ServerInfo\Jobs\UpdateStorageStats</job>

0 commit comments

Comments
 (0)