Skip to content

Commit ba3b570

Browse files
authored
Merge pull request #5665 from nextcloud/update-main-version
feat(deps): Add Nextcloud 35 support on main
2 parents 6ca0a24 + 65886e0 commit ba3b570

3 files changed

Lines changed: 17 additions & 5 deletions

File tree

.github/dependabot.yml

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ updates:
99
day: saturday
1010
time: "03:00"
1111
timezone: Europe/Paris
12+
cooldown:
13+
default-days: 10
1214
open-pull-requests-limit: 10
1315
labels:
1416
- "3. to review"
@@ -21,6 +23,8 @@ updates:
2123
day: saturday
2224
time: "03:00"
2325
timezone: Europe/Paris
26+
cooldown:
27+
default-days: 10
2428
versioning-strategy: "increase"
2529
open-pull-requests-limit: 10
2630
labels:
@@ -34,6 +38,8 @@ updates:
3438
day: saturday
3539
time: "03:00"
3640
timezone: Europe/Paris
41+
cooldown:
42+
default-days: 10
3743
labels:
3844
- "3. to review"
3945
- "dependencies"
@@ -46,7 +52,9 @@ updates:
4652
day: saturday
4753
time: "03:00"
4854
timezone: Europe/Paris
49-
target-branch: stable31
55+
cooldown:
56+
default-days: 10
57+
target-branch: stable32
5058
labels:
5159
- "3. to review"
5260
- "dependencies"
@@ -63,7 +71,9 @@ updates:
6371
day: saturday
6472
time: "03:00"
6573
timezone: Europe/Paris
66-
target-branch: stable32
74+
cooldown:
75+
default-days: 10
76+
target-branch: stable33
6777
labels:
6878
- "3. to review"
6979
- "dependencies"
@@ -80,7 +90,9 @@ updates:
8090
day: saturday
8191
time: "03:00"
8292
timezone: Europe/Paris
83-
target-branch: stable33
93+
cooldown:
94+
default-days: 10
95+
target-branch: stable34
8496
labels:
8597
- "3. to review"
8698
- "dependencies"

.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

0 commit comments

Comments
 (0)