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
8 changes: 4 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ updates:
time: "03:00"
timezone: Europe/Paris
cooldown:
default-days: 6
default-days: 10
open-pull-requests-limit: 10
labels:
- 3. to review
Expand All @@ -35,7 +35,7 @@ updates:
time: "03:00"
timezone: Europe/Paris
cooldown:
default-days: 6
default-days: 10
open-pull-requests-limit: 10
labels:
- 3. to review
Expand All @@ -48,7 +48,7 @@ updates:
time: "03:00"
timezone: Europe/Paris
cooldown:
default-days: 6
default-days: 10
open-pull-requests-limit: 10
# Disable automatic rebasing because without a build CI will likely fail anyway
rebase-strategy: "disabled"
Expand Down Expand Up @@ -82,7 +82,7 @@ updates:
time: "03:00"
timezone: Europe/Berlin
cooldown:
default-days: 6
default-days: 10
labels:
- 3. to review
- github_actions
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/npm-audit-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
matrix:
branches:
- ${{ github.event.repository.default_branch }}
- 'stable34'
- 'stable33'
- 'stable32'

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/update-nextcloud-ocp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
matrix:
branches:
- ${{ github.event.repository.default_branch }}
- 'stable34'
- 'stable33'
- 'stable32'

Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
More information is available in the Activity documentation.
</description>

<version>7.0.0-dev.0</version>
<version>8.0.0-dev.0</version>
<licence>AGPL-3.0-or-later</licence>
<author>Frank Karlitschek</author>
<author>Joas Schilling</author>
Expand All @@ -37,7 +37,7 @@
<repository>https://github.com/nextcloud/activity.git</repository>

<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": "activity",
"version": "7.0.0-dev.0",
"version": "8.0.0-dev.0",
"private": true,
"description": "This application enables people to view a log of activities about them or about files.",
"homepage": "https://github.com/nextcloud/activity",
Expand Down
Loading