Skip to content

Commit fb58a0b

Browse files
Merge pull request #977 from nextcloud/update-main-version
feat(deps): Add Nextcloud 35 support on main
2 parents 40e1d17 + a69f72d commit fb58a0b

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,20 @@ updates:
3737
cooldown:
3838
default-days: 7
3939

40+
- package-ecosystem: "github-actions"
41+
target-branch: stable34
42+
directory: ".github/workflows"
43+
commit-message:
44+
prefix: "ci"
45+
include: "scope"
46+
schedule:
47+
interval: weekly
48+
day: saturday
49+
time: "03:00"
50+
timezone: Europe/Berlin
51+
cooldown:
52+
default-days: 7
53+
4054
- package-ecosystem: "github-actions"
4155
target-branch: stable33
4256
directory: ".github/workflows"

.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
@@ -17,7 +17,7 @@ An example would be to deny access to MS Excel/XLSX files owned by the "Human Re
1717

1818
Learn more about File Access Control on [https://nextcloud.com/workflow](https://nextcloud.com/workflow)</description>
1919

20-
<version>5.0.0</version>
20+
<version>6.0.0-dev.0</version>
2121
<licence>agpl</licence>
2222
<author>Arthur Schiwon</author>
2323
<author>Joas Schilling</author>
@@ -40,6 +40,6 @@ Learn more about File Access Control on [https://nextcloud.com/workflow](https:/
4040
<repository type="git">https://github.com/nextcloud/files_accesscontrol.git</repository>
4141
<screenshot>https://raw.githubusercontent.com/nextcloud/files_accesscontrol/master/screenshots/flow.png</screenshot>
4242
<dependencies>
43-
<nextcloud min-version="34" max-version="34" />
43+
<nextcloud min-version="35" max-version="35" />
4444
</dependencies>
4545
</info>

0 commit comments

Comments
 (0)