Skip to content

Commit c80f76c

Browse files
authored
Merge pull request #7942 from nextcloud/update-main-version
feat(deps): Add Nextcloud 35 support on main
2 parents cb4f357 + 7b9fd1e commit c80f76c

6 files changed

Lines changed: 24 additions & 10 deletions

File tree

.github/dependabot.yml

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ updates:
88
day: saturday
99
time: "03:00"
1010
timezone: Europe/Paris
11+
cooldown:
12+
default-days: 10
1113
open-pull-requests-limit: 10
1214
labels:
1315
- 3. to review
@@ -17,14 +19,16 @@ updates:
1719
- luka-nextcloud
1820

1921
- package-ecosystem: npm
20-
target-branch: stable33
22+
target-branch: stable34
2123
versioning-strategy: lockfile-only
2224
directory: "/"
2325
schedule:
2426
interval: weekly
2527
day: saturday
2628
time: "03:15"
2729
timezone: Europe/Paris
30+
cooldown:
31+
default-days: 10
2832
ignore:
2933
- dependency-name: "*"
3034
update-types: ["version-update:semver-major"]
@@ -37,14 +41,16 @@ updates:
3741
- luka-nextcloud
3842

3943
- package-ecosystem: npm
40-
target-branch: stable32
44+
target-branch: stable33
4145
versioning-strategy: lockfile-only
4246
directory: "/"
4347
schedule:
4448
interval: weekly
4549
day: saturday
4650
time: "03:15"
4751
timezone: Europe/Paris
52+
cooldown:
53+
default-days: 10
4854
ignore:
4955
- dependency-name: "*"
5056
update-types: ["version-update:semver-major"]
@@ -57,14 +63,16 @@ updates:
5763
- luka-nextcloud
5864

5965
- package-ecosystem: npm
60-
target-branch: stable31
66+
target-branch: stable32
6167
versioning-strategy: lockfile-only
6268
directory: "/"
6369
schedule:
6470
interval: weekly
6571
day: saturday
6672
time: "03:15"
6773
timezone: Europe/Paris
74+
cooldown:
75+
default-days: 10
6876
ignore:
6977
- dependency-name: "*"
7078
update-types: ["version-update:semver-major"]
@@ -83,6 +91,8 @@ updates:
8391
day: saturday
8492
time: "03:45"
8593
timezone: Europe/Paris
94+
cooldown:
95+
default-days: 10
8696
open-pull-requests-limit: 10
8797
reviewers:
8898
- juliushaertl
@@ -95,6 +105,8 @@ updates:
95105
day: saturday
96106
time: "04:00"
97107
timezone: Europe/Paris
108+
cooldown:
109+
default-days: 10
98110
open-pull-requests-limit: 10
99111
reviewers:
100112
- juliushaertl
@@ -107,6 +119,8 @@ updates:
107119
day: saturday
108120
time: "04:15"
109121
timezone: Europe/Paris
122+
cooldown:
123+
default-days: 10
110124
open-pull-requests-limit: 10
111125
reviewers:
112126
- juliushaertl

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
matrix:
2727
branches:
2828
- ${{ github.event.repository.default_branch }}
29+
- 'stable34'
2930
- 'stable33'
3031
- 'stable32'
31-
- 'stable31'
3232

3333
name: npm-audit-fix-${{ matrix.branches }}
3434

.github/workflows/update-nextcloud-ocp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
matrix:
2727
branches:
2828
- ${{ github.event.repository.default_branch }}
29+
- 'stable34'
2930
- 'stable33'
3031
- 'stable32'
31-
- 'stable31'
3232

3333
name: update-nextcloud-ocp-${{ matrix.branches }}
3434

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
- 🚀 Get your project organized
2121

2222
</description>
23-
<version>3.0.0-dev.1</version>
23+
<version>4.0.0-dev.0</version>
2424
<licence>agpl</licence>
2525
<author>Julius Härtl</author>
2626
<namespace>Deck</namespace>
@@ -42,7 +42,7 @@
4242
<database min-version="9.4">pgsql</database>
4343
<database>sqlite</database>
4444
<database min-version="8.0">mysql</database>
45-
<nextcloud min-version="34" max-version="34"/>
45+
<nextcloud min-version="35" max-version="35"/>
4646
</dependencies>
4747
<background-jobs>
4848
<job>OCA\Deck\Cron\DeleteCron</job>

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,7 +1,7 @@
11
{
22
"name": "deck",
33
"description": "",
4-
"version": "3.0.0-dev.1",
4+
"version": "4.0.0-dev.0",
55
"authors": [
66
{
77
"name": "Julius Härtl",

0 commit comments

Comments
 (0)