From 92c6002dcc0df13d066cee3675d2d8496281a6a1 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Sat, 16 May 2026 00:33:08 +0200 Subject: [PATCH] feat(deps): Add Nextcloud 35 support on master Signed-off-by: Joas Schilling --- .github/dependabot.yml | 4 ++++ .github/workflows/update-nextcloud-ocp.yml | 1 + appinfo/info.xml | 4 ++-- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7cab01ee..ce63ce88 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -15,6 +15,8 @@ updates: day: saturday time: "03:00" timezone: Europe/Paris + cooldown: + default-days: 10 labels: - 3. to review - dependencies @@ -34,6 +36,8 @@ updates: day: saturday time: "03:15" timezone: Europe/Berlin + cooldown: + default-days: 10 labels: - 3. to review - dependencies diff --git a/.github/workflows/update-nextcloud-ocp.yml b/.github/workflows/update-nextcloud-ocp.yml index 835f9561..6e00570e 100644 --- a/.github/workflows/update-nextcloud-ocp.yml +++ b/.github/workflows/update-nextcloud-ocp.yml @@ -26,6 +26,7 @@ jobs: matrix: branches: - ${{ github.event.repository.default_branch }} + - 'stable34' - 'stable33' - 'stable32' diff --git a/appinfo/info.xml b/appinfo/info.xml index 2ce40ada..3aaf62d3 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -9,7 +9,7 @@ Monitoring Monitoring app with useful server information Provides useful server information, such as CPU load, RAM usage, disk usage, number of users, etc. - 6.0.0-dev.0 + 7.0.0-dev.0 agpl Bjoern Schiessle Ivan Sein Santiago @@ -19,7 +19,7 @@ monitoring https://github.com/nextcloud/serverinfo/issues - + OCA\ServerInfo\Jobs\UpdateStorageStats