Skip to content

Commit f904935

Browse files
Merge pull request #1125 from nextcloud/update-main-version
feat(deps): Add Nextcloud 36 support on main
2 parents bed775a + 48c8b9c commit f904935

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
@@ -36,6 +36,20 @@ updates:
3636
cooldown:
3737
default-days: 7
3838

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

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
matrix:
3030
branches:
3131
- ${{ github.event.repository.default_branch }}
32+
- 'stable35'
3233
- 'stable34'
3334
- 'stable33'
3435
- 'stable32'

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>6.0.0</version>
20+
<version>7.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="35" max-version="35" />
43+
<nextcloud min-version="36" max-version="36" />
4444
</dependencies>
4545
</info>

0 commit comments

Comments
 (0)