Skip to content

Commit 4f39328

Browse files
committed
feat(deps): Add Nextcloud 33 support on main
Signed-off-by: Joas Schilling <[email protected]>
1 parent b877c58 commit 4f39328

File tree

6 files changed

+24
-7
lines changed

6 files changed

+24
-7
lines changed

.github/dependabot.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,23 @@ updates:
1313
- juliushaertl
1414
- luka-nextcloud
1515

16+
- package-ecosystem: npm
17+
target-branch: stable32
18+
versioning-strategy: lockfile-only
19+
directory: "/"
20+
schedule:
21+
interval: weekly
22+
day: saturday
23+
time: "03:15"
24+
timezone: Europe/Paris
25+
ignore:
26+
- dependency-name: "*"
27+
update-types: ["version-update:semver-major"]
28+
open-pull-requests-limit: 30
29+
labels:
30+
- 3. to review
31+
- dependencies
32+
1633
- package-ecosystem: npm
1734
target-branch: stable31
1835
versioning-strategy: lockfile-only

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
branches: ['main', 'master', 'stable31', 'stable30']
27+
branches: ['main', 'master', 'stable32', 'stable31', 'stable30']
2828

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
branches: ['main', 'master', 'stable31', 'stable30']
26+
branches: ['main', 'master', 'stable32', 'stable31', 'stable30']
2727

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

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>1.16.0-beta.1</version>
23+
<version>2.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="32" max-version="32"/>
45+
<nextcloud min-version="33" max-version="33"/>
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": "1.16.0-beta.1",
4+
"version": "2.0.0-dev.0",
55
"authors": [
66
{
77
"name": "Julius Härtl",

0 commit comments

Comments
 (0)