Skip to content

Commit aaaa819

Browse files
Merge pull request #8296 from nextcloud/update-main-version
feat(deps): Add Nextcloud 36 support on main
2 parents 49ed7c3 + 459327c commit aaaa819

7 files changed

Lines changed: 44 additions & 20 deletions

File tree

.github/dependabot.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,28 @@ updates:
1818
- juliushaertl
1919
- luka-nextcloud
2020

21+
- package-ecosystem: npm
22+
target-branch: stable35
23+
versioning-strategy: lockfile-only
24+
directory: "/"
25+
schedule:
26+
interval: weekly
27+
day: saturday
28+
time: "03:15"
29+
timezone: Europe/Paris
30+
cooldown:
31+
default-days: 10
32+
ignore:
33+
- dependency-name: "*"
34+
update-types: ["version-update:semver-major"]
35+
open-pull-requests-limit: 30
36+
labels:
37+
- 3. to review
38+
- dependencies
39+
reviewers:
40+
- juliushaertl
41+
- luka-nextcloud
42+
2143
- package-ecosystem: npm
2244
target-branch: stable34
2345
versioning-strategy: lockfile-only

.github/workflows/npm-audit-fix.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+
- 'stable35'
2930
- 'stable34'
3031
- 'stable33'
3132
- 'stable32'

.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+
- 'stable35'
2930
- 'stable34'
3031
- 'stable33'
3132
- 'stable32'

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.19.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="35" max-version="35"/>
45+
<nextcloud min-version="36" max-version="36"/>
4646
</dependencies>
4747
<background-jobs>
4848
<job>OCA\Deck\Cron\DeleteCron</job>

composer.lock

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.19.0-beta.1",
4+
"version": "2.0.0-dev.0",
55
"authors": [
66
{
77
"name": "Julius Härtl",

0 commit comments

Comments
 (0)