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
20 changes: 17 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ updates:
day: saturday
time: "03:00"
timezone: Europe/Paris
cooldown:
default-days: 10
open-pull-requests-limit: 10
labels:
- 3. to review
Expand All @@ -17,14 +19,16 @@ updates:
- luka-nextcloud

- package-ecosystem: npm
target-branch: stable33
target-branch: stable34
versioning-strategy: lockfile-only
directory: "/"
schedule:
interval: weekly
day: saturday
time: "03:15"
timezone: Europe/Paris
cooldown:
default-days: 10
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]
Expand All @@ -37,14 +41,16 @@ updates:
- luka-nextcloud

- package-ecosystem: npm
target-branch: stable32
target-branch: stable33
versioning-strategy: lockfile-only
directory: "/"
schedule:
interval: weekly
day: saturday
time: "03:15"
timezone: Europe/Paris
cooldown:
default-days: 10
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]
Expand All @@ -57,14 +63,16 @@ updates:
- luka-nextcloud

- package-ecosystem: npm
target-branch: stable31
target-branch: stable32
versioning-strategy: lockfile-only
directory: "/"
schedule:
interval: weekly
day: saturday
time: "03:15"
timezone: Europe/Paris
cooldown:
default-days: 10
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]
Expand All @@ -83,6 +91,8 @@ updates:
day: saturday
time: "03:45"
timezone: Europe/Paris
cooldown:
default-days: 10
open-pull-requests-limit: 10
reviewers:
- juliushaertl
Expand All @@ -95,6 +105,8 @@ updates:
day: saturday
time: "04:00"
timezone: Europe/Paris
cooldown:
default-days: 10
open-pull-requests-limit: 10
reviewers:
- juliushaertl
Expand All @@ -107,6 +119,8 @@ updates:
day: saturday
time: "04:15"
timezone: Europe/Paris
cooldown:
default-days: 10
open-pull-requests-limit: 10
reviewers:
- juliushaertl
Expand Down
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
2 changes: 1 addition & 1 deletion .github/workflows/update-nextcloud-ocp.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: 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 @@ -20,7 +20,7 @@
- 🚀 Get your project organized

</description>
<version>3.0.0-dev.1</version>
<version>4.0.0-dev.0</version>
<licence>agpl</licence>
<author>Julius Härtl</author>
<namespace>Deck</namespace>
Expand All @@ -42,7 +42,7 @@
<database min-version="9.4">pgsql</database>
<database>sqlite</database>
<database min-version="8.0">mysql</database>
<nextcloud min-version="34" max-version="34"/>
<nextcloud min-version="35" max-version="35"/>
</dependencies>
<background-jobs>
<job>OCA\Deck\Cron\DeleteCron</job>
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,7 +1,7 @@
{
"name": "deck",
"description": "",
"version": "3.0.0-dev.1",
"version": "4.0.0-dev.0",
"authors": [
{
"name": "Julius Härtl",
Expand Down
Loading