Skip to content

Commit 07c8b8a

Browse files
committed
feat(deps): Add Nextcloud 35 support
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent 572c035 commit 07c8b8a

4 files changed

Lines changed: 13 additions & 5 deletions

File tree

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ updates:
1313
day: saturday
1414
time: "03:00"
1515
timezone: Europe/Paris
16+
cooldown:
17+
default-days: 10
1618
open-pull-requests-limit: 10
1719
labels:
1820
- 3. to review
@@ -24,6 +26,8 @@ updates:
2426
day: saturday
2527
time: "03:00"
2628
timezone: Europe/Paris
29+
cooldown:
30+
default-days: 10
2731
open-pull-requests-limit: 10
2832
labels:
2933
- 3. to review
@@ -42,6 +46,8 @@ updates:
4246
day: saturday
4347
time: "03:00"
4448
timezone: Europe/Paris
49+
cooldown:
50+
default-days: 10
4551
open-pull-requests-limit: 10
4652
labels:
4753
- 3. to review
@@ -58,6 +64,8 @@ updates:
5864
day: saturday
5965
time: "03:00"
6066
timezone: Europe/Paris
67+
cooldown:
68+
default-days: 10
6169
labels:
6270
- 3. to review
6371
- dependencies

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This app allows users to easily migrate from one instance to another using an ex
2222
- **⚙ Go into `Personal settings` > `Data migration` and start the import**
2323
- **🎉 Enjoy your stay on your new instance** and close you old account
2424
]]></description>
25-
<version>10.3.0</version>
25+
<version>10.4.0-dev.0</version>
2626
<licence>agpl</licence>
2727
<author>Côme Chilliet</author>
2828
<author>Christopher Ng</author>
@@ -42,7 +42,7 @@ This app allows users to easily migrate from one instance to another using an ex
4242
<screenshot>https://raw.githubusercontent.com/nextcloud/user_migration/main/screenshots/import.png</screenshot>
4343

4444
<dependencies>
45-
<nextcloud min-version="29" max-version="34"/>
45+
<nextcloud min-version="29" max-version="35"/>
4646
</dependencies>
4747

4848
<commands>

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
@@ -49,5 +49,5 @@
4949
"node": "^24.0.0",
5050
"npm": "^11.3.0"
5151
},
52-
"version": "10.3.0"
52+
"version": "10.4.0-dev.0"
5353
}

0 commit comments

Comments
 (0)