Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ updates:
day: saturday
time: "03:00"
timezone: Europe/Paris
cooldown:
default-days: 10
open-pull-requests-limit: 10
- package-ecosystem: composer
directories:
Expand All @@ -23,4 +25,6 @@ updates:
day: saturday
time: "03:00"
timezone: Europe/Paris
cooldown:
default-days: 10
open-pull-requests-limit: 10
2 changes: 1 addition & 1 deletion .github/workflows/npm-audit-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
matrix:
branches:
- ${{ github.event.repository.default_branch }}
- 'stable34'
- 'stable33'
- 'stable32'
- 'stable31'

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

Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/update-nextcloud-ocp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@ jobs:
strategy:
fail-fast: false
matrix:
branches: ['main', 'master', 'stable33', 'stable32', 'stable31']
branches:
- ${{ github.event.repository.default_branch }}
- 'stable34'
- 'stable33'
- 'stable32'

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

Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ As of Hub 10 / Nextcloud 31, admins must be members of a team to assign that tea
Folder.
]]>
</description>
<version>22.0.0</version>
<version>23.0.0-dev.0</version>
<licence>agpl</licence>
<author>Robin Appelman</author>
<namespace>GroupFolders</namespace>
Expand All @@ -41,7 +41,7 @@ Folder.
<screenshot>https://raw.githubusercontent.com/nextcloud/groupfolders/master/screenshots/permissions.png</screenshot>

<dependencies>
<nextcloud min-version="34" max-version="34" />
<nextcloud min-version="35" max-version="35" />
</dependencies>

<background-jobs>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "groupfolders",
"version": "22.0.0",
"version": "23.0.0-dev.0",
"type": "module",
"scripts": {
"build": "NODE_ENV=production vite --mode production build",
Expand Down
Loading