Skip to content
Merged
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: 14 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ updates:
day: saturday
time: "03:00"
timezone: Europe/Paris
target-branch: stable32
target-branch: stable33
open-pull-requests-limit: 10
ignore:
# ignore all GitHub linguist patch updates
Expand All @@ -30,7 +30,7 @@ updates:
day: saturday
time: "03:00"
timezone: Europe/Paris
target-branch: stable31
target-branch: stable32
open-pull-requests-limit: 10
ignore:
# ignore all GitHub linguist patch updates
Expand All @@ -43,7 +43,7 @@ updates:
day: saturday
time: "03:00"
timezone: Europe/Paris
target-branch: stable30
target-branch: stable31
open-pull-requests-limit: 10
ignore:
# ignore all GitHub linguist patch updates
Expand All @@ -66,7 +66,7 @@ updates:
day: saturday
time: "03:00"
timezone: Europe/Paris
target-branch: stable32
target-branch: stable33
open-pull-requests-limit: 10
ignore:
# ignore all GitHub linguist patch updates
Expand All @@ -79,7 +79,15 @@ updates:
day: saturday
time: "03:00"
timezone: Europe/Paris
target-branch: stable31
open-pull-requests-limit: 10
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
day: saturday
time: "03:00"
timezone: Europe/Paris
target-branch: stable32
open-pull-requests-limit: 10
ignore:
# ignore all GitHub linguist patch updates
Expand All @@ -92,7 +100,7 @@ updates:
day: saturday
time: "03:00"
timezone: Europe/Paris
target-branch: stable30
target-branch: stable31
open-pull-requests-limit: 10
ignore:
# ignore all GitHub linguist patch updates
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 @@ -23,7 +23,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branches: ['main', 'master', 'stable32', 'stable31', 'stable30']
branches: ['main', 'master', '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 @@ When an event happens where all conditions are apply, the user will receive a re

![Flow Notification](https://raw.githubusercontent.com/nextcloud/flow_notifications/master/screenshots/notification.png)
]]></description>
<version>4.0.0</version>
<version>5.0.0-dev.0</version>
<licence>agpl</licence>
<author mail="blizzz@arthur-schiwon.de">Arthur Schiwon</author>
<namespace>FlowNotifications</namespace>
Expand All @@ -31,6 +31,6 @@ When an event happens where all conditions are apply, the user will receive a re
<screenshot>https://raw.githubusercontent.com/nextcloud/flow_notifications/master/screenshots/notification.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/flow_notifications/master/screenshots/configuration.png</screenshot>
<dependencies>
<nextcloud min-version="33" max-version="33" />
<nextcloud min-version="34" max-version="34" />
</dependencies>
</info>
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": "flow_notifications",
"version": "4.0.0-dev.0",
"version": "5.0.0-dev.0",
"description": "",
"main": "src/main.js",
"directories": {
Expand Down